wxComboBox in wxTreeCtrl

Hi,

I would like to know if it's possible to get
wxComboBox as items a wxTreeCtrl. If it's
possible, could anyone send me a sample ?

Thanks in advance.
Regards

Seb

Sebastien Hugues wrote:

Hi,

I would like to know if it's possible to get
wxComboBox as items a wxTreeCtrl. If it's
possible, could anyone send me a sample ?

It's possible, but not easy. You'll have to manage the positioning, showing, hiding, etc. of the combobox yourself.

ยทยทยท

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!