Indicates whether to use CSS grid layout for diagram DOM.
Namespace: MindFusion.Diagramming
Package: 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.
NetDiagram Programmer's Guide | © 2023 MindFusion |