Click or drag to resize

GridColumnAutoSize Property

Gets or sets a value indicating whether this column will auto size to the content of the grid.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool AutoSize { get; set; }

Property Value

Type: Boolean
true to auto size the column; otherwise, false.
Remarks
This usually will only auto size based on the visible content to be as performant as possible.
See Also