prevent selection change in wxTreeListCtrl

If you are using the main C++ distribution of wxWidgets, Feel free to ask any question related to wxWidgets development here. This means questions regarding to C++ and wxWidgets, not compile problems.
Post Reply
klas.marcks
Knows some wx things
Knows some wx things
Posts: 42
Joined: Thu Mar 13, 2014 9:49 pm

prevent selection change in wxTreeListCtrl

Post by klas.marcks »

I wonder if there is a way to prevent a selection change when an item is checked (check box) in a wxTreeListCtrl.
It is of course possible to fake this behavior by reselecting the previously selected item but i would like to avoid this if possible.

regards
/Klas
Post Reply