RibbonGallery.MinColumnCount 属性

定义

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

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

属性值

Int32

用于对库中 ItemsPanel的项进行布局的列的最小数目。 注册的默认值为 1。 有关什么可以影响值的详细信息,请参阅 Dependency Property Value Precedence(依赖项属性值优先级)

注解

依赖项属性信息

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

适用于