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

前端 未结 4 693
礼貌的吻别
礼貌的吻别 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:22

    WPF already has controls which support docking (or that effect). Check Adam Nathan's WPF book WPF Unleashed, he covers it in part 2.

提交回复
热议问题