FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / ScrollableRectangle Property

In This Topic
    ScrollableRectangle Property (C1FlexGridBase)
    In This Topic
    Gets a rectangle that defines the scrollable portion of the control.
    Syntax
    'Declaration
     
    
    Public Overrides ReadOnly Property ScrollableRectangle As Rectangle
    public override Rectangle ScrollableRectangle {get;}
    Remarks
    The value returned corresponds to the control's client area minus any fixed and frozen rows and columns.
    See Also