Table of Contents

Method ScrollIntoView

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

ScrollIntoView(TreeViewItem?)

Scrolls control so the specified item will be fully visible.

void ScrollIntoView(TreeViewItem? item)

Parameters

item TreeViewItem

The TreeViewItem to show into the view. Can be null.