Hi,
I have a wpf application which uses mvvm pattern.
I need to have a collection in my view-model...which i can bind to multi level tab control.
What type of collection I can use in this case ???
Is there any hierarchical collection in C# 3.5 ???