Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / AppointmentWrapPanel Class / ArrangeOverride Method
The Windows.Foundation.Size that this element should use to arrange its child elements.

In This Topic
    ArrangeOverride Method (AppointmentWrapPanel)
    In This Topic
    Arranges the content of a AppointmentWrapPanel element.
    Syntax
    'Declaration
     
    
    Protected Overrides Function ArrangeOverride( _
       ByVal finalSize As Size _
    ) As Size
    protected override Size ArrangeOverride( 
       Size finalSize
    )

    Parameters

    finalSize
    The Windows.Foundation.Size that this element should use to arrange its child elements.

    Return Value

    The Windows.Foundation.Size that represents the arranged size of this AppointmentWrapPanel element and its children.
    See Also