Learn how to use a Tab Control and its corresponding tab items when using the MVVM pattern in C#. This tutorial will show you how to write the code to allow good separation of concerns and interaction between the view (tab control and tab items) and your view-model by implementing some interfaces like ITab.
Code:
https://1drv.ms/u/s!Agyk41TbkFnXgfM--...
#wpf #mvvm #dcomengineering