Hello list, I have a wx.Choice with longer texts than the size of the wx.Choice control. When the list of options is displayed, the texts are truncated. Is there any way in which the list of options can overflow to the right so that the texts can be seen completely even if the wx.Choice widget is not wide enough?
I think that some platform(s) already do this automatically, but there isn't a way to always do it from wx. If you really need it then you could use a ComboCtrl instead and make your own popup.
···
On 6/1/11 3:01 AM, Armando Serrano Lombillo wrote:
Hello list, I have a wx.Choice with longer texts than the size of the
wx.Choice control. When the list of options is displayed, the texts are
truncated. Is there any way in which the list of options can overflow to
the right so that the texts can be seen completely even if the wx.Choice
widget is not wide enough?