[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.GcSpreadSheet.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

Called to arrange and size the content of a Control object.

Declaration
protected override Size ArrangeOverride(Size arrangeBounds)
Protected Overrides Function ArrangeOverride(arrangeBounds As Size) As Size
Parameters
Type Name Description
Size arrangeBounds

The computed size that is used to arrange the content.

Returns
Type Description
Size

The size of the control.

Overrides