TcxCustomGridTableItem.MinWidth Property
In This Article
Specifies the minimum width (in pixels) of the cell in which the item’s data is displayed.
#Declaration
Delphi
property MinWidth: Integer read; write; default cxGridItemDefaultMinWidth;
#Property Value
Type | Default |
---|---|
Integer | cx |
#Remarks
This property specifies the Width property’s minimum value.
The MinWidth property automatically updates its value by multiplying it by the DPI-aware form’s scaling factor every time it changes.
Note
Item widths only applies to (Banded) Table Views.
The default MinWidth property value is cxGridItemDefaultMinWidth.
See Also