I have a form that has a tab control, and one of the tabs(ConstituentsControl) contains an UltraGrid called ConstituentsGrid. The grid has dock set to FIll.
Although the Document outline only shows one child control within the tab, the grid appears twice. i have attached an image showing the document outline window and grid appearing twice.
If I click on either view then the same control is selected and if I delete it both views disappear.
I cannot fins anything which would seem to cotrol/cause this. Has any body got any suggestions.
Thanks
Thanks Mike,
That is exactly what th e issue was. I keep learning more about the functionality the UltraGrid offer.
What you have here is a ColScrollRegion. You can create these by dragging the little button on the left edge of the scroll bar. To turn this off, you probably want to set MaxColScrollRegions and MaxRowScrollRegions to 1.
If this scroll region keeps appearing every time you run your application, then it must be saved in a layout. So all you have to do to gt rid of it is grab the spliiter bar between the two "grids" all the way to the left.