Table of Contents

Property TopItem

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

TopItem

Gets or sets the first fully-visible tree item in the control. This is slower than TopIndex, so if you have item index, use that instead.

[Browsable(false)]
public virtual TreeViewItem? TopItem { get; set; }

Property Value

TreeViewItem

A TreeViewItem that represents the first fully-visible tree item in the control.