Hi,
Is possible to use Itemscontrols with in another Itemscontrol itemtemplate.
The sample code is,
<Itemcontrol ....>
<ItemsControl.ItemsPanel>
....
</ItemsControl.ItemsPanel>
<ItemsControl.ItemTemplate>
<DataTemplate>
............
<Itemcontrol ....>
........................
</Itemcontrol>
</DataTemplate>
</ItemsControl.ItemTemplate>
</Itemcontrol>
Note: I have bind the Outer Itemscontrol data source as Dictionary Key and Inner Items control bind as Dictionary value. It not displays any Itemscontrol items.
If any solution problem for this, please let me.
Abbas K