ComponentOne FlexGrid for WinForms
ScrollableRectangle Property

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class : ScrollableRectangle Property
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

Reference

C1FlexGridBase Class
C1FlexGridBase Members