[]
        
(Showing Draft Content)

C1.WPF.Extended.C1AccordionPanel.ArrangeOverride

ArrangeOverride Method

ArrangeOverride(Size)

When overridden in a derived class, positions child elements and determines a size for a FrameworkElement derived class.

Declaration
protected override Size ArrangeOverride(Size finalSize)
Parameters
Type Name Description
Size finalSize

The final area within the parent that this element should use to arrange itself and its children.

Returns
Type Description
Size

The actual size used.

Overrides