This example demonstrates how to build a dock UI according to the MVVM design pattern by implementing the IMVVMDockingProperties interface. This interface provides you a way to specify target groups for each of your view models.
More information on this approach can be found at: MVVM Support - Building Dock UI
Another approach to building a dock UI according to the MVVM design pattern is shown in the example: How to create the MVVM DockLayoutManager using LayoutAdapter
↧
How to create MVVM-style Dock UI using IMVVMDockingProperties interface
↧