I have this simple code I call
foreach (XamTreeItem item in treeCatType.XamTreeItems) { item.IsExpanded = false; }
but everytime I call it the XamTreeItems.Count=0 ?????
it's Itemsource is a binding to collection of 2 tiered objects.
Everything else seems to be working but this code never does.
Any Ideas why?
Hi nickeclipsys,
I just tried the scenario you have described with the and cannot reproduce the issue.
Could you please provide a sample illustrating it.
Regards,