Skip to main content

scrollUnit

info

This functionality is available in the PRO edition only.

Description

Scrolls the specified number of units in the Units view

scrollUnit: (step: number) => void

Parameters

  • step - (required) number - the number of units to scroll (set the positive value to scroll units to the right
    side, the negative value - to the left side
    ).

Example

scheduler.scrollUnit(5);  //scrolls 5 units to the right 
...
scheduler.scrollUnit(-5); // scrolls 5 units to the left

Applicable views: Units view

Details

note

The method requires the units plugin to be activated.

Need help?
Got a question about the documentation? Reach out to our technical support team for help and guidance. For custom component solutions, visit the Services page.