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
355
WinGrid space between group header and column header.
posted

I have a grid with columns organised into groups.

I want to have a space between the group headers and the column headers.

How can I do this?

 

I already tried DisplayLayout.Override.SpecialRowSeparator, but this adds a space between the column headers and the grid rows.

 

Thanks in advance.

 

 

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi,

    The grid currently does not have this functionality.

    There are a number of ways you might achieve what you want. But it's hard to offer any specifics without knowing what your goal is.

    If you just want to make the division between Group Header and Column Headers clearer, you could change the colors of the group headers.

    Or, you could use a DrawFilter to draw a thicker border at the bottom of the group header.

Children
No Data