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? |
|
|
Specifies whether auto-scrolling during drag editing operations is enabled. |
interval? |
|
|
Specifies the scrolling interval in milliseconds. |
step? |
|
|
Specifies the scrolling step in pixels. |
threshold? |
|
|
Specifies the threshold (in pixels) at each end of the scrollable container which when reached will trigger scrolling. |