Click or drag to resize

ListViewTopItem Property

Gets the first visible item in the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ListViewItem TopItem { get; }

Property Value

Type: ListViewItem
A ListViewItem that represents the first visible item in the control.
See Also