ComponentOne Extended Library for WPF and Silverlight
ArrangeOverride Method (C1AccordionPanel)

C1.WPF.Extended Namespace > C1AccordionPanel Class : ArrangeOverride Method
The final area within the parent that this element should use to arrange itself and its children.
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 finalSize As Size _
) As Size
protected override Size ArrangeOverride( 
   Size finalSize
)

Parameters

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

Return Value

The actual size used.
See Also

Reference

C1AccordionPanel Class
C1AccordionPanel Members