Skip to main content

TdxListViewListOptions.ColumnWidth Property

Specifies the column width.

Declaration

property ColumnWidth: Integer read; write; default DefaultColumnWidth;

Property Value

Type Default Description
Integer DefaultColumnWidth

The column width, in pixels.

Remarks

The following table shows the List View control in List mode with different ViewStyleList.ColumnWidth property values:

Value

Example

300

300px Column Width

150

150px Column Width

The ColumnWidth property value cannot be less than MinColumnWidth.

The ColumnWidth property’s default value is DefaultColumnWidth.

See Also