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
|
I have a problem, say the user was zoomed out and selected several nodes using the mouse. Then the user zoomed in and clicked on an empty area on the diagram, all nodes gets deselected. My problem is that the nodes that got selected when the user is zoom out and not really set as not selected, my suspicion is that it is because of the virtualization. Maybe your code is only considering the DiagramNodeElements that are realized in the viewport?... If so, is there a way i can work around the problem? I thought on writing my own code that will go over the Nodes in the flow diagram and will set their IsSelected property to false but i can't figure out how to know when a user clicked an empty surface, do you have a suggestion maybe? Thanx, Gilad |
|
|
Hi Gilad, Sorry, I'm not sure I fully understand the problem, could you please provide a repro project that demonstrates the issue. -Jason Fauchelle |
|