Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxListViewSmallIconOptions.ColumnWidth Property

Specifies the column width.

#Declaration

Delphi
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 ViewStyleSmallIcon.ColumnWidth property values:

Value

Example

100

100px 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