I'm using a BreadCrumbBar and BreadCrumbPanels to implement a directory
hierarchy.  This works great when starting at the top and working my way
down, but I'd also like to be able to open a page to any point in the
hierarchy and have the BreadCrumbBar serve as a way to navigate back up
the hierarchy.

Is there any way to "preload" the BreadCrumbBar with a set of panels and
pick the "lowest" panel to be active?  Even better, is there a way to
provide the BreadCrumbBar with a "factory" (e.g.
IBreadCrumbPanelFactory()) for each node in the path so that it can
create the panels lazily only if the user ascends the hierarchy?

Thanks,
- Brice

Reply via email to