Enum ListViewBestFitColumnMode
Defines values for specifying how the width of a column is adjusted.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.UI.dll
Syntax
public enum ListViewBestFitColumnMode
AllCells
The column width adjusts to fit the contents of all cells
DataCells
The column width adjusts to fit the contents of the data cells.
HeaderCells
The column width adjusts to fit the contents of the header cell.
None
The column width does not automatically adjust.