I use the Simple MVVM Toolkit in WPF to create an application, the application uses a central tab control, with a View (UserControl) element for each tab element. These views may also contain tab controls that contain additional “sub-views.”
Our difficulty lies in finding a way to share application logic that is used by several of these representations, without having one global huge messy class.
source
share