LinedFlowLayoutItemsStretch 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.
Defines constants that specify how items are sized to fill the available space in a LinedFlowLayout.
public enum class LinedFlowLayoutItemsStretch
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
enum class LinedFlowLayoutItemsStretch
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
public enum LinedFlowLayoutItemsStretch
Public Enum LinedFlowLayoutItemsStretch
- Inheritance
-
LinedFlowLayoutItemsStretch
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | The item retains its natural size. Use of extra space is determined by the ItemsJustification property. |
Fill | 1 | The item is sized to fill the available space in the non-scrolling direction. Item size in the scrolling direction is not changed. |
Remarks
This screenshot shows a gallery of photos laid out with the default stretch value of None
.
This screenshot shows the same gallery of photos laid out with the stretch value of Fill
.