How to implement VS 2010-like floating tabs?

Posted by unclepaul84 on Stack Overflow See other posts from Stack Overflow or by unclepaul84
Published on 2010-05-18T16:06:34Z Indexed on 2010/05/18 16:11 UTC
Read the original article Hit count: 342

Filed under:
|
|

I'm building a tabbed WPF application. I'm planning to put MapPoint control (ActiveX) on one of the tabs. I want to have the option to float this tab just like in VS 2010. The resulting widow must contain the same instance of the MapPoint control (because each instance of the control starts up separate MapPoint instance). Any idea how to implement this?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf