Click or drag to resize

UserInterfaceGridColumnCount Property

Number of columns in the grid. The default is 1. Changing the column count reflows the children that have already been added.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public int ColumnCount { get; set; }

Property Value

Type: Int32
See Also