ListBox
Contains a list of selectable items
Operating mode
Cloud Suite
On-Premises
Base module

Services & CRM
Additional modules

Budget & Phases

Purchases

Resource Planning

Business Intelligence
Updated: 23.03.2018
Created on: 11.11.2016
Updated: 23.03.2018
Contains a list of selectable items
| Name | Description |
|---|
| Tabbed | ListBoxItems appear as tabs |
| Name | Type | Description | Default | Min | Max |
|---|
| Appearance | String | Can be set to change visual styling. Possible values will be shown in the Appearances section if available | null | - | - |
| FlexWidth | Integer | How flexible the control's width can be made in relation to the other controls of the same parent | 1 | 0 | 100 |
| HorizontalAlignment | HorizontalAlignment | Determines how the control is horizontally sized and positioned relative to its containing controls | Stretch | - | - |
| Items | String[] | Collection used to generate the content | null | - | - |
| Lines | Integer | Number of items to be shown initially | 0 | - | - |
| SelectedIndex | Integer | Gets or sets the value of the selected item | -1 | - | - |
| VerticalAlignment | VerticalAlignment | Determines how the control is vertically sized and positioned relative to its containing control | Stretch | - | - |
| Visible | Boolean | Whether the control is visible or not | True | - | - |
| VisibleExpression | String | Expression used for the Visible property | null | - | - |
| Width | Double | Fixed width of the control | NaN | - | - |
| WidthFraction | Double | The control width in relation to his layout width. | 1 | 0 | 1 |