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 Point
public Point ScrollPosition {get; set;}
See Also