i am wondering if there is a way to size a combobox vertically
This does not work
self.combo1 = wx.ComboBox(self, -1, value='dsadas', pos=wx.Point(10, 30),
size=wx.Size(120, 423450), choices=areaList)
It will size for x but it will not size for the y value. If we change the y value, the combo box will remain the same.
I am using Windows 7 64 bit