C1.WPF.Schedule Namespace > AutoDistributionGrid Class : RowCount Property |
'Declaration
Public Property RowCount As System.Integer
public System.int RowCount {get; set;}
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.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2