This thread looks to be a little on the old side and therefore may no longer be relevant. Please see if there is a newer thread on the subject and ensure you're using the most recent build of any software if your question regards a particular product.
This thread has been locked and is no longer accepting new posts, if you have a question regarding this topic please email us at support@mindscape.co.nz
|
Hello, sometimes I find that the connection line is hidden by the group node. Do you know what's the possible reason? This happens sometime, not always. Please seen the attached picture. thanks |
|
|
Hello Jzhou You can control the order of the element rendering by setting the ZOrder property of nodes and connections. In the NodeGrouping sample, you will see that we set the ZOrder of new connections to be 100. This is done in the ConnectionBuilder class. This should keep connections above all other elements. If you have made your own custom connection builder, make sure to include this ZOrder setting. Another thing you could try is increasing the ZOrder setting of the ConnectionBuilder from the NodeGrouping sample. Another possibility is that your adding the connections programatically. If so, make sure to set the ZOrder of the new connections as appropriate. Let me know if the problem remains. Jason Fauchelle |
|