TcxGridCustomRowLayoutOptions.MinValueWidth Property
Specifies the data item’s minimum width, in pixels.
Declaration
property MinValueWidth: Integer read; write; default cxGridRowLayoutMinValueWidth;
Property Value
Type | Description |
---|---|
Integer | The data item minimum width, in pixels. |
Remarks
A data item’s width is a sum of the editor and caption widths. The MinValueWidth property limits the minimum width for data items in the in-place Edit form or a Table View row’s layout.
Note
The MinValueWidth property value is ignored if the in-place Edit form or a Table View row’s layout stretches data items.
If the TcxGrid control is placed on a DPI-aware form (a TdxForm class descendant instance), the MinValueWidth property automatically updates its value according to the form’s scale factor every time it changes.
The MinValueWidth property’s default value is 80.
See Also