Page Index Toggle Pages: 1 Send TopicPrint
Normal Topic The ContainerNode is always above DiagramLink (Read 1853 times)
Amx
YaBB Newbies
*
Offline


digito ergo sum

Posts: 21
Joined: Jan 19th, 2010
The ContainerNode is always above DiagramLink
Apr 2nd, 2010 at 1:22pm
Print Post  
Hi,

my Diagram contains ShapeNodes and ContainerNodes (that may contain ShapeNodes).

I would like that link between ShapeNodes will always at Z-order top level.

I've tried to set ZIndex value of links = 100. Tried to set SelectionOnTop = false on Diagram init... nothing. Every time I have a ShapeNode contained in a Container, that link a ShapeNode outside Container, the container is above link every time I click anywhere in the Diagram, despite link.ZIndex > container.ZIndex.

When I click over a shape node, the link appear on the ZTop.

Can you help me understand and change that behavior?

Thank's,
Amx
  
Back to top
 
IP Logged
 
Stoyo
God Member
*****
Offline


MindFusion support

Posts: 13230
Joined: Jul 20th, 2005
Re: The ContainerNode is always above DiagramLink
Reply #1 - Apr 2nd, 2010 at 3:52pm
Print Post  
Hi,

Setting ZIndex = 100 might not have any effect if there aren't at least 100 items in the diagram. Try setting it to items.Count - 1.

Stoyan
  
Back to top
 
IP Logged
 
Page Index Toggle Pages: 1
Send TopicPrint