Search
CompatConfig.gridLayout Field
See Also
 






Indicates whether to use CSS grid layout for diagram DOM.

Namespace: MindFusion.Diagramming
File: CompatConfig.js

 Syntax

JavaScript  Copy Code
CompatConfig.gridLayout = true;

 Remarks

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.

 See Also