Input for WinForms | ComponentOne
C1.Framework Namespace / ScrollableStackPanel Class / ScrollPosition Property

In This Topic
    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