horizontal_scroll_key

enables/disables horizontal scroll by the Shift|Alt|Meta key + mouse wheel movement

string|boolean horizontal_scroll_key;

Values

  • "shiftKey"|"altKey"|"metaKey"|false
  • Example

    gantt.config.horizontal_scroll_key = "altKey";


    Default value:

    "shiftKey"
    See also
    Change log

    added in v6.3

    Back to top