Skip to main content

TcxGridTableOptionsBehavior.FixedGroups Property

Specifies whether or not group rows are anchored to the top of the grid View while scrolling through grouped data.

Declaration

property FixedGroups: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

Set this property to True to anchor group rows to the top of the grid View so that scrolling through their content doesn’t take them out of view. This is especially useful when groups contain a number of data rows. Anchored group rows display a special icon to indicate that their grouped data is partially visible.

The images in the following table illustrate how a Table View is scrolled down one row when the FixedGroups property is set to True or False.

Property

Value

Example

True

False

Run the FixedGroupsDemo shipped with the ExpressQuantumGrid Suite to see anchored groups in action.

The default value of the FixedGroups property is False.

See Also