Implementing a multidock window system (like blend, visual studio) in WPF

前端 未结 4 695
礼貌的吻别
礼貌的吻别 2020-12-28 21:52

How would you go about to implement a docking toolbox windowing system as seen in Expression Blend where you can dock toolbox windows in a lot of ways beneat each other, ove

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-28 22:20

    There's a great WPF Docking Library someone has published on codeproject.com, that has the functionality you're looking for. I used it myslef once, and i got it going pretty smoothly.

    Check it out here : http://www.codeproject.com/KB/WPF/WPFdockinglib.aspx

提交回复
热议问题