Click or drag to resize

UserInterfaceGridSetColumnFixedWidth Method

Give a column a width in logical pixels that is never resized.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetColumnFixedWidth(
	int column,
	double width
)

Parameters

column
Type: SystemInt32

[Missing <param name="column"/> documentation for "M:Rhino.UI.UserInterfaceGrid.SetColumnFixedWidth(System.Int32,System.Double)"]

width
Type: SystemDouble

[Missing <param name="width"/> documentation for "M:Rhino.UI.UserInterfaceGrid.SetColumnFixedWidth(System.Int32,System.Double)"]

See Also