Hello,
I have an Item class which have a Parent (of type Item) and Children(observable collection of Items).
I want to use somehow the Breadcrumb control to bind to an Item object (which will be the selected element in the Breadcrumb control) and to be able to see all the parents.
Kind regards,
Daniel