StretchChild Enum
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.
Options for how to calculate the layout of Windows.UI.Xaml.Controls.WrapGrid items.
public enum StretchChild
type StretchChild =
Public Enum StretchChild
- Inheritance
-
StretchChild
Fields
Name | Value | Description |
---|---|---|
None | 0 | Don't apply any additional stretching logic |
Last | 1 | Make the last child stretch to fill the available space |