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

In This Topic
    ScrollPosition Property (ScrollableControl)
    In This Topic
    Gets or sets the System.Drawing.Point value determining the current scroll position.
    Syntax
    'Declaration
     
    
    Public Overridable Property ScrollPosition As Point
    public virtual Point ScrollPosition {get; set;}
    See Also