If a wxListCtrl object is created with wxEXPAND style, multiple row selection is broken. Without wxEXPAND multiple row selection is fine.
Is it a bug?
Thanks,
Marius Trestioreanu
If a wxListCtrl object is created with wxEXPAND style, multiple row selection is broken. Without wxEXPAND multiple row selection is fine.
Is it a bug?
Thanks,
Marius Trestioreanu
Marius Trestioreanu wrote:
If a wxListCtrl object is created with wxEXPAND style, multiple row selection is broken. Without wxEXPAND multiple row selection is fine.
Is it a bug?
No. wxEXPAND is not meant to be used with wxListCtrl. The effect you are seeing is because it has the same value as wxLC_SINGLE_SEL.
--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!