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
1635
Can AutoResize include Group Headings
posted

Is there any way to include the Column Group as part of the auto resize. If the auto sized column widths are less than the corresponding group header, the group header is truncated.

Is there any way to handle this? Thanks.

Ron

Parents
No Data
Reply
  • 469350
    Offline posted

    Hi Ron,

    The PerformAutoSize functionality never takes into account the group header. This is not something that comes up very often, since typically the columns are wider than the group.

    What's your RowLayoutStyle?

    The UltraGridGroup doesn't have any kind of minimum width that I could find, but if you are using RowLayoutStyle.GroupLayout, then you might be able to enforce a minimum width on the group header. GroupLayout and Fixed headers are mutually exclusive, though. So if you are using fixed headers, this is not a good solution.

Children