Update: I did find in NxScrollControl.pas around Line #968 this code.
FScrollStyle := [rsRoll];
which I changed to
FScrollStyle := FScrollStyle - [rsRoll];
and the grid no longer shows the "gravity scroller" when I middle mouse click, but I am sure this will disable this for other controls as well in the Suite so it would be nice if in the next release there was a dedicated property for this for every control that uses this feature like you discussed earlier.



Find content
Not Telling
