JamBaseShellListViewVerticalScrollPos Property |
Gets or sets the vertical scroll position.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected int VerticalScrollPos { get; set; }
Protected Property VerticalScrollPos As Integer
Get
Set
protected:
property int VerticalScrollPos {
int get ();
void set (int value);
}
member VerticalScrollPos : int with get, set
Property Value
Type:
Int32
The vertical scroll position as vertical pixel position. If
ViewState is
ViewState the index of the TopItem.
See Also