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