Xceed DataGrid for Silverlight Documentation
ArrangeOverride Method (ColumnElementsHost)


The size that the element uses to arrange its children.
Arranges the children of the element.
Syntax
'Declaration
 
Protected Overrides Function ArrangeOverride( _
   ByVal finalSize As Size _
) As Size
'Usage
 
Dim instance As ColumnElementsHost
Dim finalSize As Size
Dim value As Size
 
value = instance.ArrangeOverride(finalSize)
protected override Size ArrangeOverride( 
   Size finalSize
)

Parameters

finalSize
The size that the element uses to arrange its children.

Return Value

A Size that represents the arranged size of the element.
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

ColumnElementsHost Class
ColumnElementsHost Members
Base Implementation in ArrangeOverride

Send Feedback