Skip to content

Breadcrumb

Dirkster99 edited this page Sep 6, 2018 · 15 revisions

A Breadcrumb control supports navigational use case within tree structured data. It can be used as a replacement for a other navigational controls, such as, a menu or a tree view.

Typical use cases of a Breadcrumb control are very similar (if not equal) to those of a tree view. However, a major difference of the Breadcrumb control in comparison to a tree view is its ability to shrink with the available space, intuitive usage, and focus on always showing the currently selected path. The breadcrumb control requires very idle space in comparison to a tree view control, which enables UI designers to design less cluttered applications.

Parts

Dependency Properties

Name (Type) Description
OverflowGap (double) Implements the backing store field of the OverflowGap dependency property. The OverflowGap dependency property defines the gap that is displayed in the right most part of the BreadcrumbTree view to let the user click into this area when the switch should be turned on to display the text display with the SuggestBox.
RootItems (IEnumerable)
IsOverflown (bool) Gets/sets whether the view of the RootItems collection should contain only root items or whether there should also be overflown items to be displayed from the BreadcrumbTree

Screenshot