ComboBox now is a single-select control. There is a mistake in description about SelectionMode/SelectedItems
This commit is contained in:
kulikov-dev 2023-04-28 15:34:44 +03:00 коммит произвёл GitHub
Родитель 41051fdabe
Коммит 2537fc522b
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -1,5 +1,5 @@
---
description: A drop-down list control.
description: A drop-down single-select list control.
---
# ComboBox
@ -10,9 +10,7 @@ description: A drop-down list control.
| :--- | :--- |
| `SelectedIndex` | Gets or sets the index of the selected item. |
| `SelectedItem` | Gets or sets the selected item. |
| `SelectedItems` | Gets the selected items. |
| `AutoScrollToSelectedItem` | Gets or sets a value indicating whether to automatically scroll to newly selected items. |
| `SelectionMode` | Gets or sets the selection mode. |
| `IsDropDownOpen` | Gets or sets a value indicating whether the dropdown is currently open. |
| `MaxDropDownHeight` | Gets or sets the maximum height for the dropdown list. |