FlexGrid for WPF | ComponentOne
C1.WPF.FlexGrid.4.6.2 Assembly / C1.WPF.FlexGrid Namespace / GridPanel Class / ArrangeOverride Method
The size of the control available for use in the layout logic.

In This Topic
    ArrangeOverride Method (GridPanel)
    In This Topic
    Provides the behavior for the arrange part of the control layout.
    Syntax
    'Declaration
     
    Protected Overrides Function ArrangeOverride( _
       ByVal finalSize As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize
    The size of the control available for use in the layout logic.

    Return Value

    The actual size used.
    See Also