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

C1.Silverlight.Extended Namespace > C1PropertyGrid Class : ArrangeOverride Method
The final area within the parent that this object should use to arrange itself and its children.
Provides the behavior for the Arrange pass of Silverlight layout. Classes can override this method to define their own Arrange pass behavior.
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 object should use to arrange itself and its children.

Return Value

The actual size that is used after the element is arranged in layout.
See Also

Reference

C1PropertyGrid Class
C1PropertyGrid Members