DataGridColumnAutoColumnWidth Property
Gets or sets a value indicating whether
DataGrid
should automatically change the width of this column.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual bool AutoColumnWidth { get; set; }
Public Overridable Property AutoColumnWidth As Boolean
Get
Set
Property Value
Boolean
If set to true,
DataGrid will automatically change the width
of this column so that its content always fits wihin its width.