Add wxTreeListCtrl::EnsureVisible().
Just forward this to the wxDataViewCtrl method with the same name. Closes #16937.
This commit is contained in:
@@ -313,6 +313,7 @@ public:
|
||||
void SelectAll();
|
||||
void UnselectAll();
|
||||
|
||||
void EnsureVisible(wxTreeListItem item);
|
||||
|
||||
// Checkbox handling
|
||||
// -----------------
|
||||
|
Reference in New Issue
Block a user