Co-authored-by: Iva Stefanova Koevska-Atanasova <koevska@progress.com>
This commit is contained in:
Tsvetomir Hristov 2024-08-09 08:59:32 +03:00 коммит произвёл Radko Stanev
Родитель 53e15d13db
Коммит e9a9bca99a
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -36,7 +36,7 @@ By virtualizing the elements in the dropdown, you can use huge data sources with
| --- | --- | --- |
| `AnimationDuration` | `int` <br /> (`300`) | Sets the dropdown animation duration in milliseconds. |
| `Class` | `string` | Additional CSS class to customize the appearance of the popup. |
| `Height` | `string` | The height of the popup. The default value is `"200px"`. If set to `"auto"`, the component will automatically adjust the popup height based on the number of items and available space. Note that if you set the `MaxHeight` parameter, the built-in screen boundary detection will be disabled. This means the component will no longer adjust the dropdown height to fit within the viewport. |
| `Height` | `string` | The height of the popup. The default value is `"200px"`. If set to `"auto"`, the component will automatically adjust the popup height based on the number of items and available space.<br/>Setting `MaxHeight` disables the built-in screen boundary detection. This means that the component will no longer adjust the dropdown height to fit within the viewport. |
| `MinHeight`| `string` | The minimum height of the popup. |
| `MinWidth` | `string` | The minimum width of the popup. |
| `MaxHeight` | `string` | The maximum height of the popup. |