SpacingWrapPanel.ArrangeOverride(Size) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Arranges the children of this panel
protected:
override System::Windows::Size ArrangeOverride(System::Windows::Size constraint);
protected override System.Windows.Size ArrangeOverride (System.Windows.Size constraint);
override this.ArrangeOverride : System.Windows.Size -> System.Windows.Size
Protected Overrides Function ArrangeOverride (constraint As Size) As Size
Parameters
- constraint
- Size
The available space for the children
Returns
The actual size used by the panel