This example shows how to activate a panel via two-way binding in the BaseLayoutItem.IsActive property. After changing an active panel, a corresponding ViewModel is activated. And after changing the active ViewModel, the active panel is passed to DockLayoutManager.
To learn more on how to implement similar functionality in Silverlight, refer to the T245249 example.
↧
How to activate panels via ViewModel
↧