SpacingWrapPanel.ArrangeOverride(Size) Method
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
C++
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
- constraint
- Size
The available space for the children
The actual size used by the panel
Product | Versions |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |