Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
300
Setting GroupByRow Height
posted

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

 

  • 300
    posted

    I've found the following property, which helps a bit.

    this.DisplayLayout.Override.GroupByRowPadding = 0;