horizontal scrollbar in wx.ComboBox

Hi,
I was wondering if there is an implementation of a horizontal
scrollbar
in a wx.ComboBox? If there isn't, is it possible to extend
wx.ComboBox
to do so?
Thanks for any help.
Cheers

Depending on the platform the native widget may already do this automatically if the items are wider than the available space. For the other platforms it probably isn't possible.

···

On 10/29/09 4:15 PM, astan wrote:

Hi,
I was wondering if there is an implementation of a horizontal
scrollbar
in a wx.ComboBox? If there isn't, is it possible to extend
wx.ComboBox
to do so?

--
Robin Dunn
Software Craftsman

Thanks, but I’m using windows XP and centOS but the scrollbar doesn’t appear for either when clearly the items/selection are longer than the box width.
Any other ideas?
thanks again

···

On Sun, Nov 1, 2009 at 9:19 AM, Robin Dunn robin@alldunn.com wrote:

On 10/29/09 4:15 PM, astan wrote:

Hi,

I was wondering if there is an implementation of a horizontal

scrollbar

in a wx.ComboBox? If there isn’t, is it possible to extend

wx.ComboBox

to do so?

Depending on the platform the native widget may already do this

automatically if the items are wider than the available space. For the

other platforms it probably isn’t possible.

Robin Dunn

Software Craftsman

http://wxPython.org


“Formulations of number theory: Complete, Consistent, Non-trivial. Choose two.”

Thanks, but I'm using windows XP and centOS but the scrollbar doesn't
appear for either when clearly the items/selection are longer than the
box width.

Sorry, I guess something has changed there.

Any other ideas?

No.

···

On 10/31/09 3:45 PM, Doone wrote:

--
Robin Dunn
Software Craftsman