Hi allI have a very funny behavior on my UltraGrid.I am using Version 12.1.20121.1001 on WinForms.
On the lower left corner I get something like a little splitter.When I pull the splitter to the right it duplicates my Grid, every time I do this.It is not only duplicated, it's more a clone because all actions on one gridis repeated on every other.See attached images.Thanks for your help.Frank Uray
perfect, thank you :-)
Hi Frank,
Those are ColScrollRegions. You can do the same thing vertically to create RowScrollRegions.
You can turn off the little thumb by setting MaxColScrollRegions and MaxRowScrollRegions (on the DisplayLayout) to 1.