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

C1.WPF.Schedule アセンブリ > C1.WPF.Schedule 名前空間 > AutoDistributionGrid クラス : RowCount プロパティ
Gets or sets a value that determines a number of rows in the AutoDistributionGrid. This is a dependency property.
シンタックス
'宣言
 
Public Property RowCount As System.Integer
public System.int RowCount {get; set;}
解説
Use this property to specify a number of grid rows numerically.

This property value is being kept in sync with a number of items in the System.Windows.Controls.Grid.RowDefinitions collection.

If a number of items in the System.Windows.Controls.Grid.RowDefinitions collection has been changed then the value of the RowCount property is updated automatically.

If a value of the RowCount property is changed directly, then items will be added or removed to/from the end of System.Windows.Controls.Grid.RowDefinitions collection until its number becomes equal to the new RowCount value.

参照

AutoDistributionGrid クラス
AutoDistributionGrid メンバ