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
4695
Ultragrid layout problem
posted

Dear all,

How can I make the column header to have multiple lines or auto fit in multiple lines with the header text if needed??

How to prevent the layout of end of the columns as shown below?

 

Parents
No Data
Reply
  • 469350
    Offline posted

    rchiu5hk said:
    How can I make the column header to have multiple lines or auto fit in multiple lines with the header text if needed??

    Take a look at the ColHeaderLines and WrapHeaderText properties on the band. One or both of these should help you achieve what you want.

    rchiu5hk said:
    How to prevent the layout of end of the columns as shown below?

    It's hard to tell from the screen shot but that looks like a ColScrollRegion Splitter.To turn this off, you can set:

    grid.DisplayLayout.MaxColScrollRegions = 1;

    There's a similar property for MaxRowScrollRegions.

     

     

Children
No Data