Enum ToolbarShrinkMode

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll
API Level:
preview

Enumeration for setting the toolbar items display behavior, it can be scrollable, can show a menu with exceeding items, or simply hide them.

C#
Copy
public enum ToolbarShrinkMode
Name Description
Expand

Expands all items according to the size of the toolbar.

Hide

Hides exceeding items.

Menu

Inserts a button to popup a menu with exceeding items.

None

Sets the minimum toolbar size to fit all the items.

Scroll

Allows accessing exceeding items through a scroller.