tags:

views:

34

answers:

3

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

+1  A: 

The samples are available on the MSDN Code Gallery under the Downloads tab.

HTH,

Dennis

Dennis Roche
A: 

Sacha Barber did this also in his Cinch framework, maybe there you find some information too.

blindmeis
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