Nevron Forum

Can I

https://www.nevron.com/Forum/Topic7251.aspx

By Jacky Jin - Friday, December 21, 2012

I'm a new learner for Nevron Diagram for .NET. After some investigation, I feel this product is really powerful.
I have a question: Can a shape or group in the diagram be draggable and droppabe to the other position on the diagram(i.e. move the sharp/group freely)? I think this is a basic functionality but I can not find any function description in online docs this site provided. Also, I can not find any examples in Live demos/examples this site provided.

Thanks in advance if you could provide code examples or especially the live demos about this.
By Nevron Support - Friday, December 21, 2012

Hi,

I guess you are talking about using the diagram in an ASP.NET environment. If that is the case, please take a look at the Flow Chart Builder Demo example. You can implement a pseudo drag and drop in WebForm but note that this will generate a lot of client -> server -> client communication and traffic and put a heavy load on your server, so it's better to implement a workaround as shown in this example. The main idea is to let the user click a shape to select it and then move that shape to the new location the user clicks on.