VirtualizingStackPanel.ArrangeOverride Method
Silverlight
Arranges the content of a VirtualizingStackPanel element.
Namespace: System.Windows.Controls
Assembly: System.Windows (in System.Windows.dll)
Parameters
- arrangeSize
- Type: System.Windows.Size
The Size that this element should use to arrange its child elements.
Return Value
Type: System.Windows.SizeThe Size that represents the arranged size of this VirtualizingStackPanel element and its child elements.
You can override the ArrangeOverride and MeasureOverride methods in a derived class for custom layout behavior.
The following example uses ArrangeOverride to arrange the content in a VirtualizingStackPanel derived custom panel.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.