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
430
Problem with Fixed Headers on Multiple Bands
posted

Hello all,

I am having a problem with the UseFixedHeader property on the WinGrid.  I set the property but it only applies to the child band.  I only need it to apply to the parent band, though.  I have tried many different ways of setting the property, I have even commented out all formatting to make sure something wasn't getting reset.  I have read something about a RowLayout?  However, I don't think the graph (or band?) is in that layout mode.  I can set the parent headers to fix on the click of a button, but I would like that the users be able to select which columns they wish to fix rather than setting 3 columns that they would only have the choice to fix.

Thanks for the help in advance! 

Parents
No Data
Reply
  • 469350
    Offline posted

    Are you saying that you are setting the Fixed property on a header in both the parent band and the child band and it only works on the child band and not on the parent band?

    I can't see any reason why that would happen, unless the parent band is using a RowLayout. Check the UseRowLayouts or RowLayoutStyle property on the parent band (depending on which version you are using) to make sure it's not using a RowLayout of any kind.

Children