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
385
How to keep column header displayed while vertical scrolling
posted

Hi All,

I'm using ultragrid v7.3. Is there any property to set so that I could keep the column header displayed while I'm vertical scrolling. 

Any help or suggestion is welcome.

Parents
  • 469350
    Verified Answer
    Offline posted

    Hi,

    I'm not sure if the property existed back in v7.3 (it might have been added later), but take a look at the grid.DisplayLayout.Override and see if there is a property called HeaderPlacement. If it's there, you can do this:

    this.ultraGrid1.DisplayLayout.Override.HeaderPlacement = HeaderPlacement.FixedOnTop;

    How this behaves may also depend on whether your grid is displayed in a hierarchy or not. Do you have child bands in your grid?

Reply Children
No Data