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 です。 この値に影響する可能性があるものの詳細については、「依存関係プロパティ値の優先順位」を参照してください。

注釈

依存プロパティ情報

識別子フィールド MinColumnCountProperty
に設定されたメタデータ プロパティ true AffectsMeasure

適用対象