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.
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.
Show: