RibbonGallery.MaxColumnCount 属性

定义

获取或设置一个值,该值规定了在类 ItemsPanel 中用于布局项的列的列数最大值。

public:
 property int MaxColumnCount { int get(); void set(int value); };
public int MaxColumnCount { get; set; }
member this.MaxColumnCount : int with get, set
Public Property MaxColumnCount As Integer

属性值

要对库 ItemsPanel 中的项进行布局时使用的最大栏数。 注册的默认值为 Int32.MaxValue。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

标识符字段 MaxColumnCountProperty
元数据属性设置为 true AffectsMeasure

适用于