TdxListViewSmallIconOptions.ColumnWidth Property
In This Article
Specifies the column width.
#Declaration
Delphi
property ColumnWidth: Integer read; write; default DefaultColumnWidth;
#Property Value
Type | Default | Description |
---|---|---|
Integer | Default |
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 | |
150 |
The ColumnWidth property value cannot be less than MinColumnWidth.
The ColumnWidth property’s default value is DefaultColumnWidth.
See Also