WPF Dock Manager with Databinding support

Does anyone know of Docking Control like Visual Studio for WPF where data binding for panels is supported? I tried DockManager from Infragistics and from Actipro but they lack this support. For example, panels for content need to be bound using data binding, so deleting an object on the other side of the binding will also remove it from the DocumentHost.

Any idea? Or an easy workaround for any control? Full data binding support from each control is critical to my project. Thanks in advance.

+1


source to share


2 answers


You can check out AvalonDock at Codeplex . If you don't have the functionality you are looking for, you can add it yourself as you get the complete source code!



+3


source


I know this won't help the original poster, but if anyone else comes across this with a similar question, there is a blog post with a sample using an attached property to implement binding support in Inframistics's XamDockManager.



+1


source







All Articles