C1.Win.FlexGrid Namespace / C1FlexGrid Class / ScrollableRectangle Property

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