Grid.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 Grid element.
Assembly: System.Windows (in System.Windows.dll)
'Declaration Protected Overrides NotOverridable Function ArrangeOverride ( _ arrangeSize As Size _ ) As Size
Parameters
- arrangeSize
- Type: System.Windows.Size
Specifies the size this Grid element should use to arrange its child elements.
Return Value
Type: System.Windows.SizeSize that represents the arranged size of this Grid element and its children.
Show: