I have created a tab control and Created the tabItems dynamically, but i dont know how to add controls into the tabItems using MVVM. Could any one help me
You Dont have to add controls you just have to specify the UserControl.
TabControl has two properties ItemTemplate && Content Template
ItemTemplate
Content Template
ItemTemplate is for how the Tab will look where as
Tab
ContentTemplate is how the Tab Content will Look... so...
>