views:

1223

answers:

3

Hi,

Does anyone know about a Docking Control like Visual Studio for WPF, where Databinding for the Panes is supported? I tried the DockManager from Infragistics and from Actipro, but they lack this support. For example, the Panes for the content need to be bound through Databinding, so removing the Entity on the other side of the binding would also remove it from the DocumentHost.

Any Idea? Or a lightweight workaround for any control? Full databinding support from every control is crucial for my project. Thanks in advance.

+2  A: 

You might consider AvalonDock on Codeplex. If it doesn't have the functionality you are looking for you can add it yourself since you get full source code!

Philipp Schmid
A: 

Yes,I know of this one. unfortunately, I'm looking for the quickest solution to achieve my requirements. To AvalonDock isn't necessarily the best, since I can only get 2-3 days at max to work on this particular problem. But this would probably be the way to go when I've enough time later.

Is there anybody here facing the same problem?

Alex Maker
+1  A: 

I know this won't help the original poster but in case someone 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 the Infragistics XamDockManager.

Andrew