I am looking for the code samples or the sample project for the MSDN: MVVM Design Pattern for WPF tutorial. Something similar is fine. I just want to see how I can add/remove tabs dynamically and where commands go
A:
You might have a look at the Writer sample application of the WPF Application Framework (WAF). It shows how to add/remove tabs when documents are opened or closed. The sample uses MVVM as well.
jbe
2010-10-10 09:04:46