can i change the standard look and feel of a sequential workflow back to the wf 3.5 look and feel? I miss the on DragOver automatically expanding arrows between the elements.
If this is not possible, can i change the xaml of my activities to a similar to .net 3.5 wf visibility?
Thanks!
Thanks for your awnser, but i found a solution for me:
By deriving from WorkflowViewElement instead of ActivityDesigner you are able to paint on a white board without the header. In this way you are able to do it from the scratch. Additionaly you can derive from your own class which defines several things.