Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic Can layout be used to give an 'initial' arrangement of Nodes/Links then allow User to rearrange. (Read 223 times)
AR
Junior Member
**
Offline


I Love MindFusion!

Posts: 73
Joined: Jan 23rd, 2015
Can layout be used to give an 'initial' arrangement of Nodes/Links then allow User to rearrange.
Aug 27th, 2026 at 11:49am
Print Post  
We are creating a set of Nodes and Links programmatically, which we are currently using 'anneal' layout to arrange with minimum overlaps etc.

We find that when the diagram is displayed the Nodes can not be selected and moved.

Is it possible to use the layout to get an 'initial' arrangement then allow Users to select and move Nodes if required?

This is using the latest download of JDiagram, but currently in trial mode.
  
Back to top
 
IP Logged
 
Slavcho
YaBB Moderator
*****
Offline


tech.support

Posts: 3518
Joined: Oct 19th, 2005
Re: Can layout be used to give an 'initial' arrangement of Nodes/Links then allow User to rearrange.
Reply #1 - Aug 27th, 2026 at 1:30pm
Print Post  
Letting users select and move nodes is the default behavior. If nodes are not movable in your application, please check if the Behavior property of DiagramView isn't set to something like DoNothing or SelectOnly, and the Locked property of nodes isn't set to true.

Regards,
Slavcho
Mindfusion
  
Back to top
 
IP Logged
 
AR
Junior Member
**
Offline


I Love MindFusion!

Posts: 73
Joined: Jan 23rd, 2015
Re: Can layout be used to give an 'initial' arrangement of Nodes/Links then allow User to rearrange.
Reply #2 - Aug 28th, 2026 at 4:03pm
Print Post  
Thank you - yes DiagramView was being set to 'DoNothing' - that's what you get for taking code from a report to make something 'live'!

I've got it all working now. Smiley
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint