OverflowMode

Defines the available overflow modes for toolbar items.

Values

  • Extended - Items with priority will be displayed on a single line and overflow items will be displayed on other rows and displayed with the expanded icon is clicked.
  • Scrollable - All the toolbar item are displayed on a single line with horizontal scrolling enabled.
  • Popup - Items with priority will be displayed on a single line and overflow items will be displayed in a popup.
  • MultiRow - Items will be displayed on multiple lines.

On This Page