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?
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.
In attach you can find a sample project
It shows both problems (refresh when you scroll to the right and last column/last row partially hidden by scrollbars)