ComponentOne SuperTooltip for WinForms
C1.Win.8 Assembly / 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 System.Drawing.Point
    public System.Drawing.Point ScrollPosition {get; set;}
    See Also