EnumListViewBestFitColumnMode
Enum
Defines values for specifying how the width of a column is adjusted.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
cs-api-definition
public enum ListViewBestFitColumnMode
Fields
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.