I need a widget like ListCtrl with one column being wx.choice widgets. I’m been searching around and found out that the wx.grid has the ability to add a combo box. I’m, however, not too fond of the wx.grid solution, you can’t see the combo box before you edit the cell… and I’ve been having problems in the past with removing the excess margin at the bottom and side of the grid which makes everything look strange in some cases.
Is there a modified ListCtrl that can do this? Is it possible to modify a ListCtrl to do it from python?
On Aug 4, 12:04 pm, Søren Nielsen <soren.skou.niel...@gmail.com> wrote:
Hi,
I need a widget like ListCtrl with one column being wx.choice widgets. I'm
been searching around and found out that the wx.grid has the ability to add
a combo box. I'm, however, not too fond of the wx.grid solution, you can't
see the combo box before you edit the cell.. and I've been having problems
in the past with removing the excess margin at the bottom and side of the
grid which makes everything look strange in some cases.
Is there a modified ListCtrl that can do this? Is it possible to modify a
ListCtrl to do it from python?
Best,
Soren
Try the UltimateListCtrl. It supports adding other widgets in its
columns.
I need a widget like ListCtrl with one column being wx.choice widgets. I'm
been searching around and found out that the wx.grid has the ability to add
a combo box. I'm, however, not too fond of the wx.grid solution, you can't
see the combo box before you edit the cell.. and I've been having problems
in the past with removing the excess margin at the bottom and side of the
grid which makes everything look strange in some cases.
Is there a modified ListCtrl that can do this? Is it possible to modify a
ListCtrl to do it from python?
Best,
Soren
Try the UltimateListCtrl. It supports adding other widgets in its
columns.