How to increase the speed of moving the column from far right to the far left or vice versa
We have exposed the following public APIs “AutoScrollTimerIncrement” and “AutoScrollIncrement” to resolve this issue. Please set its value as below to get it work.
C#
pivotGridControl1.InternalGrid.AutoScrollTimerIncrement = 100; pivotGridControl1.InternalGrid.AutoScrollIncrement = 100;