ListCtrl with ComboBox

Rickey, Kyle W wrote:

I would like to know if it’s possible to have a listctrl with a combo boxes in some of the columns. For example, in column 1 I would like to have some text, and in column 2, a combo box to choose something based on the text in column 1. Is this at all possible?

Not built-in but you can fake it by managing the position the combobox yourself.

···

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