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

In This Topic
    ScrollableRectangle Property (ScrollableControl)
    In This Topic
    This property is used to set the scroll page size. Override it to customize the scrolling behavior.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property ScrollableRectangle As Rectangle
    public virtual Rectangle ScrollableRectangle {get;}
    See Also