ScrollPosition Property (ScrollableStackPanel)
In This Topic
Gets or sets the scroll position (negative pixel offset, like the XView control).
Syntax
'Declaration
Public Property ScrollPosition As System.Drawing.Point
public System.Drawing.Point ScrollPosition {get; set;}
See Also