ArrangeOverride Method (C1FlexSheet)
In This Topic
Overridden to update the layout of the panel with sheet tabs and horizontal scrollbar.
Syntax
'Declaration
Protected Overrides Function ArrangeOverride( _
ByVal As Size _
) As Size
protected override Size ArrangeOverride(
Size
)
Parameters
- finalSize
See Also