Represents a container - a taskbar. Displayed on the right
side of a page or a dialog. Set by the Taskpad
property of the Page (Page)
or the Dialog (Dialog).
Inherits: Container : UIElement : UIElementBase
Content property: Children
Name | Type | Description |
---|---|---|
Title | String | Taskbar title. |
Overflow | Boolean | Whether a scroll-bar can appear in the taskbar. |
Collapsible | Boolean | Whether it is possible to minimize the taskbar. |
Collapsed | Boolean? | Whether the taskbar is minimized in its initial state. |
Width | Length | The taskbar width. |
Background | BackgroundStyle | Background color. |
Base item properties |