TcxvgOptionsView.ValueMinWidth Property
Specifies the minimum width of data cells in pixels.
Declaration
property ValueMinWidth: Integer read; write; default 40;
Property Value
| Type | Default | Description |
|---|---|---|
| Integer | 40 | The minimum data cell width, in pixels. |
Remarks
Use this property to set the minimum width of data cells.
Use the ValueMinWidth property to specify the minimum width of data cells in pixels. If the value of the TcxvgOptionsBehavior.BandSizing property is True and the value of the TcxVirtualVerticalGrid.LayoutStyle property is lsMultiRecordView the user can drag the right edge of the first data column to resize the width of all data columns in the grid. In this case the user couldn’t resize the data columns less than specified by the ValueMinWidth.
If you attempt to assign the ValueWidth property value less than specified by the ValueMinWidth property the value of the ValueMinWidth property will be assigned.
The default ValueMinWidth property value is 40.