Enum
ListViewBestFitColumnMode

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

Declaration

cs-api-definition
AllCells = 12

Field Value

ListViewBestFitColumnMode

DataCells

The column width adjusts to fit the contents of the data cells.

Declaration

cs-api-definition
DataCells = 4

Field Value

ListViewBestFitColumnMode

HeaderCells

The column width adjusts to fit the contents of the header cell.

Declaration

cs-api-definition
HeaderCells = 2

Field Value

ListViewBestFitColumnMode

None

The column width does not automatically adjust.

Declaration

cs-api-definition
None = 1

Field Value

ListViewBestFitColumnMode

In this article
DefinitionFieldsAllCellsDataCellsHeaderCellsNone
Not finding the help you need?
Contact Support