v7.3.0

Pan
Feature

Makes the scheduler's timeline pannable by dragging with the mouse. Try it out in the demo below.

// Enable Pan
const scheduler = new Scheduler({
  features : {
    pan : true,
    eventDragCreate : false
  }
});

This feature is disabled by default. For info on enabling it, see GridFeatures.

Incompatible with the EventDragCreate and the EventDragSelect features.

See also

No results

Configs

Configs are options you supply in a configuration object when creating an instance of this class

Properties

Properties are getters/setters or publicly accessible variables on this class
  • isPan : Booleantrue
    READONLY
    static
    ADVANCED
    Identifies an object as an instance of Pan class, or subclass thereof.

Events

Events are triggered for certain actions in this class and can be listened for to react to those actions in your code

Event handlers

Event handlers are callbacks called as a result of certain actions in this class
id: pan

Source path

Scheduler/feature/Pan.js

Contents