GreedyWrapPanel::MeasureOverride Method (Size)

Visual Studio 2015
 

This method calculates the amount of space this panel will request. For Orientation=Vertical, it will use as many columns as it has space and children for.

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

protected:
virtual Size MeasureOverride(
	Size availableSize
) override

Parameters

availableSize
Type: System.Windows::Size

The maximum space that the parent is giving this panel.

Return Value

Type: System.Windows::Size

The amount of space that this panel is requesting.

Return to top
Show: