TcxLookupGridColumn.MinWidth Property
In This Article
Specifies the minimum width of a specific column.
#Declaration
Delphi
property MinWidth: Integer read; write; default cxLookupGridColumnDefaultMinWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#Remarks
Use the MinWidth property to specify the minimum width of a specific column in a drop-down list.
The default value of the MinWidth property is cxLookupGridColumnDefaultMinWidth.
See Also