Skip to main content

ToolbarItemType

Namespace: Wisej.Hybrid.Shared.Toolbar

Assembly: Wisej.Hybrid

Represents the types of items that can be placed in a toolbar.

public enum ToolbarItemType : Enum

Fields

NameDescription
DefaultDefault toolbar item. Used when no specific type is required.
FixedSpaceRepresents a fixed space in the toolbar. Unlike FlexibleSpace, this has a constant size and does not change.
FlexibleSpaceRepresents a flexible space in the toolbar. This space can expand or shrink as needed. Useful for aligning items in the toolbar or creating visually appealing layouts.