<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapGrid Class / ArrangeOverride Method
The size of the control available for use in the layout logic.

In This Topic
    ArrangeOverride Method (C1OlapGrid)
    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