@michaelchann wrote:
I have an interesting situation where I have some hover over handling on a node which changes the zOrder of a link connected to it. that link has a label in the way of a TextBlock. when I change the zOrder (either by manipulating the view object directly, or by way of a property binding) the font i have set sometimes falls off and I get the default font.
Calling diagram.layout(true) right before setting the zOrder seems to alleviate the problem, but this is pretty bad in my case for performance reasons.
I’m trying to whittle this down to something I can put on jsfiddle, but any help would be greatly appreciated until then. Thanks!
Posts: 1
Participants: 1