MindFusion.Wpf Pack Programmer's Guide
Grid.ColumnCount Property
See Also
 





Gets or sets the number of columns in the grid.

Namespace: MindFusion.Diagramming.Wpf.Lanes
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public int ColumnCount { get; set; }

Visual Basic  Copy Code

Public Property ColumnCount As Integer

 Property Value

An integer value indicating the number of columns in the grid.

 Remarks

If a smaller value is assigned to this property, the control will reduce the number of child columns. If all child columns in a parent column are removed, the parent will be removed too. To have greater control over where in the hierarchy columns will be added or removed, use the ColumnHeaders and the SubHeaders properties.

 See Also

Grid Members
Grid Class
MindFusion.Diagramming.Wpf.Lanes Namespace
RowCount Property
Item Property