preserve_scroll

cancels preserving of the current scroll position while navigating between dates of the same view

boolean preserve_scroll;

Example

scheduler.config.preserve_scroll = false;
...
scheduler.init('scheduler_here',new Date(2013,05,11),"week");


Default value:

true
Applicable views:Day View, Week View, Units View
Details
  • The property is available from version 3.0.
  • The property refers to the cases when the user navigates dates of the view
    through this navigation panel -> .
Back to top