Table of Contents

Method EnsureVisible

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

EnsureVisible(TreeViewItem)

Ensures that the specified TreeViewItem is visible within the tree view.

void EnsureVisible(TreeViewItem item)

Parameters

item TreeViewItem

The TreeViewItem to make visible. Must not be null.

Remarks

If the specified item is not currently visible, this method scrolls the tree view as needed to bring the item into view.