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;}
See Also