I need a editable mutil-column wxListCtrl,and I want
to edit every column of the control,and I want to show
a small icon and a string in each row of the first
column.I have asked the question before,and was told
to use a wxGrid instead,but how to put a small icon
and a string in each row of the first column?
I need a editable mutil-column wxListCtrl,and I want
to edit every column of the control,and I want to show
a small icon and a string in each row of the first
column.I have asked the question before,and was told
to use a wxGrid instead,but how to put a small icon
and a string in each row of the first column?
You would need to make a custom wxPyGridCellRenderer that draws the cell
that way.
···
--
Robin Dunn
Software Craftsman http://wxPython.org Java give you jitters? Relax with wxPython!