Scheduler for WPF
ColumnCount プロパティ (AutoDistributionGrid)

C1.WPF.Schedule.4.5.2 アセンブリ > C1.WPF.Schedule 名前空間 > AutoDistributionGrid クラス : ColumnCount プロパティ
AutoDistributionGrid内の列数を決定する値を取得または設定します。これは依存プロパティです。
シンタックス
'宣言
 
Public Property ColumnCount As System.Integer
public System.int ColumnCount {get; set;}
解説
このプロパティを使用して、グリッド列の数を数値で指定します。

このプロパティ値は、 System.Windows.Controls.Grid.ColumnDefinitionsコレクション内の項目の数と同期しています。

System.Windows.Controls.Grid.ColumnDefinitionsコレクション内の項目の数が変更された場合は、 ColumnCountプロパティの値も自動的に更新されます。

ColumnCountプロパティの値が直接変更された場合は、項目数が新しい ColumnCount値と等しくなるまで、 System.Windows.Controls.Grid.ColumnDefinitionsコレクションの最後の項目が追加または削除されます。

参照

AutoDistributionGrid クラス
AutoDistributionGrid メンバ