How does one adjust the speed of auto scrolling on drag to diagram edge?

Hi,

I have a diagram that expands both horizontally and vertically beyond the screen width, and therefore has scroll bars in both dimensions. My users have requested that when they drag an item to the edge of the screen that the auto scroll be faster. Is there a way to adjust how many pixels per second, or whatever the rate units are?

Thanks!!

Mike

To increase the rate, decrease the value of Diagram.autoScrollInterval:
Diagram | GoJS API

To increase the distance, increase the value of Diagram.scrollHorizontalLineChange and/or Diagram.scrollVerticalLineChange.
Diagram | GoJS API
Diagram | GoJS API