TdxListViewSmallIconOptions.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 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