Is this feasible? I would love to put a progressbar or checkbox in an
arbitrary field of a ListCtrl. Anyone done this or have a clue as to
how I should begin?
Sam
Is this feasible? I would love to put a progressbar or checkbox in an
arbitrary field of a ListCtrl. Anyone done this or have a clue as to how
I should begin?
It's not possible with a wxListCtrl(AFAICT, at least). But you can use a
wxGrid (see the demo for some examples).
HTH,
Alberto
shendley@email.unc.edu wrote:
Is this feasible? I would love to put a progressbar or checkbox in an arbitrary field of a ListCtrl. Anyone done this or have a clue as to how I should begin?
There is no simple way to do it, but you can probably get close by using GetTopItem and GetItemRect to figure out how to position the controls yourself... If you can organize this into a mixin class it would be nice to have it in the library.
ยทยทยท
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!