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
685
Ultragrid scrolling problem
posted

Hello,

I have an Ultragrid on which I manually define a layout using GroupLayout style. This is the image of the starting grid when I open my form at runtime:

 

There are both vertical and horizontal scrollbars because there are a lot of columns.

If I use the horizontal scrollbar to see the columns on the right, there are some "refresh" problems, and this is the result:

 

There is also a problem with the rightmost column, that is cut (it seems it is hidden by the vertical scrollbar)

What could be the problem?

Parents
No Data
Reply
  • 71886
    Offline posted

    Hello mtgc,

    Are you handling the 'After/BeforeColRegionScroll' events or a similar event? If you are, please provide the code, otherwise, if possible attach a small sample project reproducing this for me, so I could take a look at it and assist you further on this.

Children