ToolbarItemType
Namespace: Wisej.Hybrid.Shared.Toolbar
Assembly: Wisej.Hybrid
Represents the types of items that can be placed in a toolbar.
- C#
- VB.NET
public enum ToolbarItemType : Enum
Public Enum ToolbarItemType As [Enum]
Fields
| Name | Description |
|---|---|
| Default | Default toolbar item. Used when no specific type is required. |
| FixedSpace | Represents a fixed space in the toolbar. Unlike FlexibleSpace, this has a constant size and does not change. |
| FlexibleSpace | Represents 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. |