ToolbarSettings
23 Sep 20251 minute to read
Defines the toolbar settings of List Box.
Properties
items string[]
Specifies the list of tools for dual ListBox.
The predefined tools are ‘moveUp’, ‘moveDown’, ‘moveTo’, ‘moveFrom’, ‘moveAllTo’, and ‘moveAllFrom’.
Defaults to []
position ToolBarPosition
Positions the toolbar before/after the ListBox.
The possible values are:
- Left: The toolbar will be positioned to the left of the ListBox.
- Right: The toolbar will be positioned to the right of the ListBox.
Defaults to ‘Right’