TdxListColumn.Width Property
Specifies the column’s width.
Declaration
property Width: Integer read; write; default DefaultColumnWidth;
Property Value
Type | Description |
---|---|
Integer | A column width, in pixels. |
Remarks
Note
You can use the column’s MinWidth and MaxWidth properties to set constraints for the column width.
See Also