DragScrollSettings
Interface
Specifies the settings for auto-scrolling during drag editing operations.
Definition
Package:@progress/kendo-angular-gantt
Properties
enabled?
boolean
Enables or disables auto-scrolling during drag editing operations.
Default:
true
interval?
number
Sets the scrolling interval in milliseconds.
Default:
1
step?
number
Sets the scrolling step in pixels.
Default:
3
threshold?
number
Sets the threshold in pixels at each end of the scrollable container. When the pointer reaches this threshold, scrolling starts.
Default:
10