Skip to main content

TcxGridTableOptionsCustomize.GroupRowSizing Property

Specifies whether an end-user can resize group rows.

Declaration

property GroupRowSizing: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The GroupRowSizing property allows an end-user to change the height of group rows, i.e., to change the OptionsView.GroupRowHeight property value. This property specifies the current height of group rows, in pixels.

To change the height of a group row, the user drags the bottom edge of an indicator item within a group row. If resizing of group rows is enabled, the mouse pointer changes when moving to the bottom edge of an indicator item thus indicating that resizing is available. To make the indicator visible, set the OptionsView.Indicator property to True.

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

The DataRowSizing property gives the end-user an ability to resize data rows. Refer to its description for more information.

The default value of the GroupRowSizing property is False.

See Also