AutoScrollOptions
Interface
Represents additional configuration options for the autoScroll options of the useDraggable hook and Draggable component.
Definition
Package:@progress/kendo-react-common
Properties
boundaryElementRef?
null | RefObject<null | HTMLElement | { element: null | HTMLElement }>
Overrides the calculated element used for boundary detection, used to calculate the autoScroll velocity.
direction?
{ horizontal: boolean; vertical: boolean }
Allows the user to toggle autoScroll in a specific direction.
enabled?
boolean
Set to false to disable the autoScroll feature.