GreedyWrapPanel::ArrangeOverride Method (Size)

Visual Studio 2015
 

This method arranges the children. For Orientation=Vertical, it uses as many columns as it can, until it reaches MaxLevels. For Orientation=Horizontal, it uses the maximum number of rows possible. However, for both, their columns or rows respectively will never be more than MaxWrappingLevels.

Namespace:   Microsoft.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

protected:
virtual Size ArrangeOverride(
	Size finalSize
) override

Parameters

finalSize
Type: System.Windows::Size

The size given this panel.

Return Value

Type: System.Windows::Size

The size used by this panel.

Return to top
Show: