Yikes !
We've just noticed that SplitterBars are Enabled on our IG grids all over the place.
We don't want SplitterBars anywhere. None. Nada. Never. No how. Negatory.
Yet we've been unable (searching IG KB & Forums) to find a way to Disable SplitterBars.
Thank you, XPXJ.
ps: Meanwhile we'll keep searching . . . property page . . . after property page.
I turned off splitters by restricting the number of regions (split panels) to 1, like this:
ultraGrid1.DisplayLayout.MaxColScrollRegions = 1; ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;
ultraGrid1.DisplayLayout.MaxRowScrollRegions = 1;