Click here to Skip to main content
15,891,789 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,
i have a tab control and each tabitem contain another tab control.
i set itemsource for main tab control as list<myclass>
C#
myclass
{
header,
isselected
list<inneritems> inneritems
}


using binding i set selected tab item for my main tab using isselected.
i set inneritems as itemsource for innertab.that also working fine.
but i couldnt set selected item for innert tab.

C#
inneritems
{
header,
isselected,
content,
}


is there any way to do this???iam using wpf mvvm pattern.
Posted
Updated 17-Mar-15 20:37pm
v2

1 solution

 
Share this answer
 
Comments
Member 11497501 23-Mar-15 1:45am    
thanx for ur comments and time.The thing is i need another tab control inside each tab item of main tab control and want to set selected tab item for inner tab control using mvvm pattern.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900