ArrangeOverride Method

VirtualizingStackPanel.ArrangeOverride Method

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Arranges the content of a VirtualizingStackPanel element.

Namespace:  System.Windows.Controls
Assembly:  System.Windows (in System.Windows.dll)

'Declaration
Protected Overrides Function ArrangeOverride ( _
	arrangeSize As Size _
) As Size

Parameters

arrangeSize
Type: System.Windows.Size
The Size that this element should use to arrange its child elements.

Return Value

Type: System.Windows.Size
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft