Gets or sets the number of rows in the grid.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public int RowCount { get; set; } |
Visual Basic Copy Code |
---|
Public Property RowCount As Integer |
An integer value indicating the number of rows in the grid.
If a smaller value is assigned to this property, the control will reduce the number of child rows. If all child rows in a parent row are removed, the parent will be removed too. To have greater control over where in the hierarchy rows will be added or removed, use the RowHeaders and the SubHeaders properties.