Back to Home
MVVM Adapter for Syncfusion WPF Docking Manager
December 20, 2012 • 1 minute read

This article explains how to adapt the Syncfusion docking manager to an MVVM application. Since our WPF Docking Manager is not an item control, it is not possible to have a traditional item-source binding to a collection of objects in the view model. This can, however, be achieved by creating a wrapper or adapter for the docking manager.
I have used a simple text-reader application to demonstrate this approach. (Read more)