I've been unable to find this in the forums or documentation. Is there a way to reduce the height or padding of the GroupByRows? We're trying ot squeeze as much data into the realestate as possible and am looking to get rid of a few pixels above and below the text.
For data rows, I've been modifying the following properties, but can't find the equivalents for the GroupByRow
this.DisplayLayout.Override.MinRowHeight = 14;this.DisplayLayout.Override.DefaultRowHeight = 14;
Thanks,Stefan
I've found the following property, which helps a bit.
this.DisplayLayout.Override.GroupByRowPadding = 0;