Property TopItem
TopItem
Gets or sets the index of the item that will appear at the top of the Viewport.
public int TopItem { get; set; }
Property Value
- int
The top item.
Remarks
This a helper property for accessing listView.Viewport.Y
.
Gets or sets the index of the item that will appear at the top of the Viewport.
public int TopItem { get; set; }
The top item.
This a helper property for accessing listView.Viewport.Y
.