Provides the behavior for the arrange part of the control layout.
Namespace:
C1.Phone.FlexGridAssembly: C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)
Syntax
C# |
---|
protected override Size ArrangeOverride( Size finalSize ) |
Visual Basic |
---|
Protected Overrides Function ArrangeOverride ( _ finalSize As Size _ ) As Size |
Parameters
- finalSize
- Type: System.Windows..::..Size
The size of the control available for use in the layout logic.