Ribbon for WPF | ComponentOne
C1.WPF.Ribbon Namespace / C1ToolStrip Class / ArrangeOverride Method
The computed size that is used to arrange the content.

In This Topic
    ArrangeOverride Method (C1ToolStrip)
    In This Topic
    When overridden in a derived class, positions child elements and determines a size for a System.Windows.FrameworkElement derived class.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ArrangeOverride( _
       ByVal arrangeBounds As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size arrangeBounds
    )

    Parameters

    arrangeBounds
    The computed size that is used to arrange the content.

    Return Value

    The actual size used.
    See Also