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.
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- finalSize
-
Type:
System.Windows::Size
The size given this panel.
Show: