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
745
Define fixed header/cell style
posted

Hi,

I have a question regarding fixed header and fixed cells styling in an UltraWinGrid. I have 3 fixed headers on the left of my grid. I need to distinguish these 3 columns from the other columns with a separator which is visible from the top of the headers to the bottom of the grid between the fixed columns and the others. It means that I need:
- to define the fixed cell separator color and size
- to define the fixed header separator color and size.

How can I do that?

Thanks.

 

 

 

 

  • 469350
    Suggested Answer
    Offline posted

    Hi,

    You can use the FixedCellSeparatorColor property (on the Override property) to set the color of the separate between the fixed cells and the unfixed cells.

    There's no way to set the size of this separator or to make it extend into the column headers at this time. I recommend that you Submit a feature request to Infragistics.

    There is, however, a FixedHeaderAppearance and a FixedCellAppearance property (also on the Override) so you can indicate which cells and headers are fixed more clearly.