Provides the behavior for the Arrange pass of UI layout. Classes can override this method to define their own Arrange pass behavior.
'Declaration
Protected Overrides Function ArrangeOverride( _
ByVal As Size _
) As Size
protected override Size ArrangeOverride(
Size
)
Parameters
- finalSize
- The final area within the parent that this object should use to arrange itself and its children.
Return Value
The actual size used once the element is arranged.
Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2