How do you want to set the height of your group rows? We have several tools for that.
If you need to set a default row height for all group rows, you can do that with the DefaultAutoGroupRow property. Another scenario: you can set the height for every group row individually depending on its contents from an event handler of the AfterAutoGroupRowCreated event - call the iGRow.AutoHeight() method for that.