ASP.NET Pack Programmer's Guide
Diagram.setAutoResize Method
See Also
 





Sets a value indicating whether the document area should be resized automatically so it fits the diagram contents.

Namespace: MindFusion.Diagramming
Package: Diagram.js

 Syntax

JavaScript  Copy Code

function setAutoResize (value)

 Parameters

value

A member of the AutoResize enumeration indicating the auto resize method. The default is RightAndDown.

 Remarks

If automatic resizing is enabled, the size of the document scrollable area is updated each time an item is created, deleted or moved by the end-user. To resize the diagram after programmatic changes, call the resizeToFitItems method.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
Bounds Property
AutoScroll Property