BreadcrumbOverflowMode

Defines the available breadcrumb overflow modes.

Values

  • Hidden - Shows the maximum number of items possible in the container space and hides the remaining items. When clicking on a previous item it will make the hidden item visible.
  • Collapsed - Shows the first and last Breadcrumb items and hides the remaining items with a collapsed icon. When clicking a collapsed item, all items will become visible and navigable.
  • Menu - Shows the number of breadcrumb items that can fit within the container space and creates a submenu for the remaining items.
  • Wrap - Wraps the items to multiple lines when the breadcrumb's width exceeds the container space.
  • Scroll - Shows an HTML scroll bar when the breadcrumb's width exceeds the container space.
  • None - Shows all the breadcrumb items on a single line.

On This Page