Property TopIndex
TopIndex
The index of the first visible item in a list box. Initially the item with index 0 is at the top of the list box, but if the list box contents have been scrolled another item may be at the top.
[Browsable(false)]
public virtual int TopIndex { get; set; }