SchedulerScrollToProps

Specifies the configuration for automatically scrolling the Scheduler when the view is initialized or rendered.

Props

The following table outlines the props for the SchedulerScrollToProps:

NameTypeDefaultDescription
enable
boolean
-

Specifies whether automatic scrolling should occur when the view is rendered. If omitted or set to false, the Scheduler does not perform any automatic scroll.

mode
-

Specifies the scrolling strategy used to determine the target scroll position.

offset
number
-

Specifies a pixel value that is subtracted from the calculated scroll position. This value represents the exact amount reduced from the final scroll target. Accepts positive or negative values to fine tune the final scroll target.