Gets or sets a value specifying whether column widths are automatically modified so that the total columns' width matches the View's width.
public virtual bool ColumnAutoWidth { get; set; }
Overridable Public Property ColumnAutoWidth As Boolean
If a column's OptionsColumn.FixedWidth option is enabled, the column's width is not changed when applying the auto width feature.
See Columns to learn more.