UniformGridLayoutItemsStretch 枚举

定义

定义常量,这些常量指定如何调整项的大小以填充 UniformGridLayout 中的可用空间。

public enum class UniformGridLayoutItemsStretch
/// [Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
/// [Windows.Foundation.Metadata.Version(1)]
enum class UniformGridLayoutItemsStretch
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 65536)]
enum class UniformGridLayoutItemsStretch
[Microsoft.UI.Xaml.CustomAttributes.MUXContractProperty(version=0)]
[Windows.Foundation.Metadata.Version(1)]
public enum UniformGridLayoutItemsStretch
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 65536)]
public enum UniformGridLayoutItemsStretch
Public Enum UniformGridLayoutItemsStretch
继承
UniformGridLayoutItemsStretch
属性
Microsoft.UI.Xaml.CustomAttributes.MUXContractPropertyAttribute VersionAttribute ContractVersionAttribute

字段

Fill 1

调整项目的大小以填充非滚动方向的可用空间。 滚动方向上的项大小不会更改。

None 0

该项保留其自然大小。 使用额外空间由 ItemsJustification 属性决定。

Uniform 2

项目的大小调整为既填充非滚动方向的可用空间,又能保持其纵横比。

示例

提示

有关详细信息、设计指南和代码示例,请参阅 ItemsRepeater

WinUI 3 库应用包括大多数 WinUI 3 控件、特性和功能的交互式示例。 通过 Microsoft Store 获取应用,或在 GitHub 上获取源代码。

注解

此枚举为 UniformGrid.ItemsStretch 属性提供值。

适用于

另请参阅