Method ScrollIntoView
ScrollIntoView(TreeViewItem?)
Scrolls control so the specified item will be fully visible.
void ScrollIntoView(TreeViewItem? item)
Parameters
itemTreeViewItemThe TreeViewItem to show into the view. Can be null.
Scrolls control so the specified item will be fully visible.
void ScrollIntoView(TreeViewItem? item)
item TreeViewItemThe TreeViewItem to show into the view. Can be null.