New to Telerik UI for WinFormsStart a free 30-day trial

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
In this article
DefinitionFieldsAllCellsDataCellsHeaderCellsNone
Not finding the help you need?
Contact Support