Skip to main content

TcxGridTableOptionsCustomize.DataRowSizing Property

Indicates whether the end-user is able to resize data rows.

Declaration

property DataRowSizing: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to enable the end-user to change the height of data rows by dragging the bottom edge of indicator items. If the indicator panel is not displayed, this functionality is not available (see the View’s OptionsView.Indicator property).

When the DataRowSizing property is set to True and the user moves the mouse to the bottom edge of an indicator item, the mouse pointer changes, thus indicating that resizing is available:

Changing the height of data rows at runtime affects the OptionsView.DataRowHeight property value specifying the current height of data rows.

Double-clicking an indicator item’s edge sets the OptionsView.DataRowHeight property to 0. In this case, the height of data rows is determined by the current font settings and the CellAutoHeight property value.

You can also let the end-user change the height of group rows by setting the GroupRowSizing property to True.

Note

when the value of the Position.LineCount property of any banded column which is currently visible within the View exceeds the default value (1) end-users are unable to change the height of data rows by dragging the bottom edge of indicator items (when the grid’s OptionsCustomize.DataRowSizing property is set to True).

The default value of the DataRowSizing property is False.

See Also