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
Syntaxpublic void SetColumnAutoWidth(
int column
)
Public Sub SetColumnAutoWidth (
column As Integer
)
Parameters
- column
- Type: SystemInt32
[Missing <param name="column"/> documentation for "M:Rhino.UI.UserInterfaceGrid.SetColumnAutoWidth(System.Int32)"]
See Also