JamBaseShellListViewVerticalScrollPos Property  | 
 
            Gets or sets the vertical scroll position. 
            
            
 
    Namespace: 
   Jam.Shell
    Assembly:
   ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntaxprotected 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