I have a treeview in WPF and we add items programatically. I want a to add find any item using UID, that is assigned and then add additional items into it.
I tried to parse the tree but know how to handle nested items.
Is there an simpler tried and tested way that I am unaware of?
Any help appreciated!