TreeView for WinForms | ComponentOne
C1.Win.TreeView Namespace / C1TreeView Class / ScrollableRectangle Property

In This Topic
    ScrollableRectangle Property (C1TreeView)
    In This Topic
    This property is used to set the scroll page size. Override it to customize the scrolling behavior.
    Syntax
    'Declaration
     
    
    <BrowsableAttribute(False)>
    Public Overridable ReadOnly Property ScrollableRectangle As Rectangle
    [Browsable(false)]
    public virtual Rectangle ScrollableRectangle {get;}
    See Also