Click or drag to resize

UserInterfaceGridSetColumnAutoWidth Method

Make a column as wide as the widest control in it. Controls report their width from their computed size, so a label column sized this way is exactly as wide as its longest description.

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 9.0
Syntax
public void SetColumnAutoWidth(
	int column
)

Parameters

column
Type: SystemInt32

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

See Also