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
465
Form layout problem with UltraGrid
posted

Hi all,
in my UltraGrid in my form, when I enlarge the form itself, it present the layout problem like in figure.
Has anyone idea why?

Thanks a lot.

Luigi

 

  • 469350
    Suggested Answer
    Offline posted

    Hi Luigi,

    What's the problem?The second grid on the right?

    If that's what you mean, it looks like something in your application has added a ColScrollRegion to the grid. You can remove this by dragging the splitter in the grid all the way to the right. Or, you can set MaxColScrollRegions to 1. Or, you can remove the extra scroll region in code using the ColScrollRegions collection on the grid's DisplayLayout.