Recommendations on a WPF Docking Library

前端 未结 8 1600
离开以前
离开以前 2020-12-02 09:18

We are implementing an application that needs dockable windows, similar to Visual Studio 2005/2008, but with multiple \"docking sites\", unlike VS\'s single one. Does anyone

8条回答
  •  Happy的楠姐
    2020-12-02 09:59

    The one from Codeproject is the AvalonDock - we use it for more then half a year now, but we're far from release yet so we have the flexibility. Before ending up with AvalonDock we tried Infragistix, ActiPro, SandDock and may be some others. Even though AvalonDock is not 100% bug free (well what is?) there are no major ones, it is very stable, fast and has all the functionality. It does support multiple docking sites.

    Its an open source project and is in active development, so bugs are beeing found and fixed. Good experience so far.

提交回复
热议问题