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 one simple doubt. I have created one node diagram. The code looks like this. ms:DiagramSurface Name="ds" Margin="4,4" HorizontalAlignment="Stretch" VerticalAlignment="Stretch" AllowInfiniteScrolling="True" CanAddOrRemoveNodes="True" CanConnectToConnections="True" SelectionMode="Extended" ZoomMode="ControlMouseWheel"/> Is there anyway I can offload displaying to worker thread. Because whenever it is drawing the diagram it holds the whole UI thread, I am new to wpf so I really dont know which code snippets you will require to answer this post but feel free to ask any code behind code snippets. thanks in advance. -Kunjan |
|
|
Hello Kunjan To help look into this, would you be able to send us a project that demonstrates the heavy load on the UI thread? If so, before sending a project, please delete the bin and obj folders. Then zip it up and send to jason@mindscape.co.nz Jason Fauchelle |
|