Articles in this section

How to prevent node resize in Vue platform

This article explains how to prevent node resizing in the Vue platform. In the Syncfusion® Vue Diagram, by using the NodeConstraints, we can enable or disable certain features of nodes.

To prevent node resizing in the diagram, use resize constraints.

// Set constraints as resize for Node
constraints: NodeConstraints.Default & ~NodeConstraints.Resize 

Set the constraints as follows for the node:

var nodes = [
 {
   id: 'heptagon',
   offsetX: 200, offsetY: 160,
   width: 100, height: 100,
   shape: { type: 'Basic', shape: 'Heptagon' },
   annotations: [{ content: 'Resize = False' }],
   constraints: NodeConstraints.Default & ~NodeConstraints.Resize,
 }
]; 

Refer to the working sample for additional details and implementation: click here for sample

Conclusion

We hope you enjoyed learning how to prevent node resizing in Vue Diagram.

You can refer to our Vue Diagram feature tour page to learn about its other groundbreaking feature representations and documentation, and how to quickly get started with configuration specifications. You can also explore our Vue Diagram example to understand how to create and manipulate data.

For current customers, you can check out our components from the License and Downloads page. If you are new to Syncfusion®, you can try our 30-day free trial to check out our other controls.

If you have any queries or require clarifications, please let us know in the comments section below. You can also contact us through our support forums, BoldDesk Support, or feedback portal. We are always happy to assist you!

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Access denied
Access denied