The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
-For some reason, my overview panel and diagram is bugging when I use ~NodeConstraints.Drag and ~NodeConstraints.Resize constraints. Is there some other way to prevent dragging and resizing of the nodes in diagram?
SGShyam G Syncfusion Team January 22, 2020 10:20 AM UTC
Hi Dominique,
We have created a sample in which we have removed Drag and resize functionality for the nodes using NodeConstraints. Could you please check in the below sample?. Still if you face any issues, please share us more details such as modify the below sample.
Is there any possibilities to restrict the drag and resize option in stamp annotation (rejected)
BMBalasubramanian Manikandan Syncfusion Team replied to sample October 14, 2022 10:28 AM UTC
Hi Dominique,
You can set NodeConstraints.Select and
NodeConstraints.PointerEvents which allows only selection in node and could not
perform any interaction in the node. Please find the code example,
documentation link and sample below.