horizontal_scroll_key

Shift, Alt, 또는 Meta 키와 마우스 휠을 함께 사용할 때 수평 스크롤이 발생하는지를 제어합니다.

string| boolean horizontal_scroll_key;

Values

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

    gantt.config.horizontal_scroll_key = "altKey";


    Default value:

    "shiftKey"
    See also
    Change log

    v6.3에 추가됨

    Back to top