When I set the grid to smaller Row Size like that:
grid.GridElement.RowHeight = (int)Math.Floor(this.GridElement.RowHeight * 0.9); |
grid.GridElement.TableHeaderHeight = (int)Math.Floor(this.GridElement.TableHeaderHeight * 0.95); |
The dynamic sizing of the Grouping Panel does not seem to function correctly anymore. The grouped Headers are not drawn properly and the x mark is barely visible anymore.
What's the correct way to make data rows a little smaller, but retain the functionality of the grouping panel?
Regards
Erwin