I have a requirement to center a wx.ComboBox on the selected item when opened. Basically, I want to do this (http://stackoverflow.com/questions/592911/wpf-listbox-centering-selected-item), but using wxWidgets.

Thanks

link|improve this question

You mean pre-selection of ComboBox option when dialog is shown, right? – PaweÅ‚ Dyda Sep 17 '10 at 18:35
Or do you mean to center the combobox in the sizer in the layout? Or do you mean to center the text within the combobox? – chow Aug 26 '11 at 16:03
The example you link is not for a Combobox but for a ListBox . afaik the list in a combobox does not have a vertical scroll bar as in ListBoxes so it is difficult to know what are you asking for without additional info from your side. – joaquin Oct 12 '11 at 9:06
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.