wxDataViewCtrl Tab Navigation

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
PeterO
Earned a small fee
Earned a small fee
Posts: 14
Joined: Mon Jun 23, 2014 11:12 am

wxDataViewCtrl Tab Navigation

Post by PeterO »

Regarding the wxDataViewCtrl: Using the tab-key on a row which has no children (but with containercolumns) will advance the focus to the next column/cell. But how can I advance the focus to the next column/cell if a row has children (and with containercolumns)? Because in that case it will expand the row on the first tab and on the next tab if will set the focus to the first child-row.

Regards,
Peter
Post Reply