ScrollableRectangle Property (C1StatusBar)
In This Topic
This property is used to set the scroll page size. Override it to customize the scrolling behavior.
Syntax
'Declaration
Public Overridable ReadOnly Property ScrollableRectangle As Rectangle
public virtual Rectangle ScrollableRectangle {get;}
See Also