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
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.