How do I right align the text in a wx.ComboBox?

Har

I have a combobox in wxpython but I cant figure out how to align the text it contains to the right?

I have tried to use wx.ComboBox(self, choices=["1","2","3"], style=wx.TEXT_ALIGNMENT_RIGHT) but that didnt work.

Mike Driscoll

The widget probably doesn't support text alignment. If you want complete control over how it displays its contents, then you should probably switch to a custom drawn control, such as ComboCtrl.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

How do I make a text at both left and right align?

How do I align the Keyboard accelerator text to the right in UWP?

How do I align certain lines of text to the right in JavaFX?

combobox text align right to left?

How do I right align div elements?

How do I left or right align text in Google Chrome 6 address bar?

Using pull-right inside element aligns the text with the center. How do I align it with the baseline

How can I align the text that didn't fit the first line to right in CSS, like they do in poetry?

How do I right-align a <span> within a <p> and keep the text inside the <p> centered? (HTML)

How do i align text to right with space-between flex box

How may I align text to the left and text to the right in the same line?

How do I set combobox text

How can I left and right align text to center?

How can I right align column with text and input?

How can I align checkbox with text to right side of the screen?

How do I vertically align text in a div?

How do I align the text correctly in html

How do I align the text in line with the picture?

How do I align text in the same line?

How do i align an image with text in an HStack?

How do I align prefixIcon with text on textFormField?

How to align text right on print

How do I right align multiple left aligned <tspan> in an svg?

How do I align navbar items to right in Bootstrap 4?

How do I align Label and Input on the same line to the right?

How do I align a div to the top right corner of my <img>?

flutter ListView - How do I align left and right at the same time?

How do I align an item to the right inside a flex container?

How do I widen these Picker controls and align them on the right?