property Group.AutoHeight as Boolean
Specifies a value that indicates whether the height of the group's list is computed based on the visible items in the group.

TypeDescription
Boolean A boolean expression that that indicates whether the height of the group's list is computed based on the visible items in the group.
By default, the AutoHeight property is False.  If the AutoHeight property is True, the group computes the Height property based on the visible items in the group's list. The vertical scroll bar of the group never shows up if the AutoHeight property is True. The exVertical flag is removed from the Scrollbars property, if the AutoHeight property is changed at runtime. You can call the ScrollBars property after setting the AutoHeight property, in case you need vertical scroll bar