New to Kendo UI for AngularStart a free 30-day trial

Pannable

Interface

Defines the pannable options. Use this setting to disable Diagram pan or change the key that activates the pan behavior.

Definition

Package:@progress/kendo-angular-diagrams

Properties

Indicates whether the scrollbars should be automatically hidden.

Default:

true

enabled?

boolean

If set to false, disables diagram panning.

Default:

true

key?

"none" | "ctrl" | "shift" | "alt"

Defines the meta key that will be used while panning the Diagram. The available values are:

  • "none" - No activation key
  • "ctrl" - The activation key will be Ctrl
  • "shift" - The activation key will be Shift
  • "alt" - The activation key will be Alt
Default:

"ctrl"

Indicates whether the scrollbars should be visible.

Default:

true