New to Kendo UI for Angular? Start a free 30-day trial
DragScrollSettings
Specifies the settings for auto-scrolling during drag editing operations.
Name | Type | Default | Description |
---|---|---|---|
enabled? |
|
|
Enables or disables auto-scrolling during drag editing operations. |
interval? |
|
|
Sets the scrolling interval in milliseconds. |
step? |
|
|
Sets the scrolling step in pixels. |
threshold? |
|
|
Sets the threshold in pixels at each end of the scrollable container. When the pointer reaches this threshold, scrolling starts. |