Click or drag to resize

UserInterfaceGridColumnSizing Enumeration

How a UserInterfaceGrid decides the width of one of its columns

Namespace:  Rhino.UI
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public enum UserInterfaceGridColumnSizing
Members
  Member nameValueDescription
Fixed0The column is exactly the width it was given
Auto1The column is as wide as the widest control in it
Flexible2 The column shares the width the fixed and auto columns leave over, in proportion to its weight
See Also