Enum ToolbarShrinkMode

    Definition

    Namespace:
    ElmSharp
    Assembly:
    ElmSharp.dll

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

    public enum ToolbarShrinkMode

    Fields

    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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX