tags:

views:

5

answers:

0

Hi, My advance thanks who going to hel me.

I want to create a dynamic tab items in tab control using MVVM. As of now i placed my whole code which generates the tab items as a collection object in ViewModel which not sounds good, since its against MVVM.In MVVM the View and View Model needs get loosely coupled, but it fails in my case because my view model knows what type of control the will have.

Please give an your ideas where to place tab generation code in MVVM and how to get link for that. Thanks in Advance