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

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

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

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

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

参照

AutoDistributionGrid クラス
AutoDistributionGrid メンバ