InputPanel for WinForms | ComponentOne
C1.Win.C1InputPanel.4.5.2 Assembly / C1.Win.C1InputPanel Namespace / C1InputPanel Class / ScrollableRectangle Property

In This Topic
    ScrollableRectangle Property (C1InputPanel)
    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