Indicates whether to use CSS grid layout for diagram DOM.
Namespace: MindFusion.Diagramming
File: CompatConfig.js
JavaScript Copy Code |
---|
CompatConfig.gridLayout = true; |
This is a static field. Set it to false in order to use VirtualScroll mode in older browsers that don't support grid layout. Note that false value applies absolute positioning to the diagram's parent div, which could entail further layout changes in the html page.
MindFusion.Diagramming for JavaScript Programmer's Guide | © 2024 MindFusion |