Add wxTreeListCtrl::EnsureVisible().
Just forward this to the wxDataViewCtrl method with the same name. Closes #16937.
This commit is contained in:
@@ -710,6 +710,13 @@ public:
|
||||
*/
|
||||
void UnselectAll();
|
||||
|
||||
/**
|
||||
Call this to ensure that the given item is visible.
|
||||
|
||||
@since 3.1.0
|
||||
*/
|
||||
void EnsureVisible(wxTreeListItem item);
|
||||
|
||||
//@}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user