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: Build Dock UI According to MVVM Pattern Using LayoutAdapter
↧
How to: Build Dock UI According to MVVM Pattern Using IMVVMDockingProperties Interface
↧