Is there a way to show the BreadCrumb's parent dropdown menu on selection of the child?
For example, let's the example program from the WPF Examples / BreadCrumb Theming, it shows a demo of windows explorer.
Local Disk c:\ -> Personal Folders -> Outbox as a sample breadcrumb path.
By default, if I click on the drop down for 'Personal Folders' I'll get a listing of the child elements, i.e. 'Outbox', 'Drafts', etc.
Outbox doesn't have a drop down associated with it since it is the last element.
Is it possible to setup the control so there would be a drop down on 'Outbox' and clicking it would show all of the items at that level?
Thanks!
-ben