
We're trying to implement the great new VS 2010 style rafting document windows feature you recently introduced and we are hitting some odd behavior when re-docking a rafted window.
What it looks like (perhaps) is that the datacontext is being reset when the window is docked, as all our populated data in the window is cleared once the window is docked back as a tabbed MDI document window.
I'm hoping you can give me a bit of insight into whether there is any "magic" going on when the window is docked from a rafted state that our code might be falling foul of.
What it looks like (perhaps) is that the datacontext is being reset when the window is docked, as all our populated data in the window is cleared once the window is docked back as a tabbed MDI document window.
I'm hoping you can give me a bit of insight into whether there is any "magic" going on when the window is docked from a rafted state that our code might be falling foul of.
RS