Gets or sets a value indicating whether automatic scrolling is enabled.
Namespace: MindFusion.Diagramming
File: DiagramView.js
JavaScript Copy Code |
---|
get autoScroll() {} |
Boolean
true to enable auto scrolling, or false otherwise. The default value is true.
If enabled, the control will scroll its content automatically when the user drags the mouse near the viewport edges. This works only if the diagram view is placed inside a DIV whose overflow attribute is set to scroll or auto.
JavaScript Pack Programmer's Guide | © 2024 MindFusion |