Unplanned
Last Updated: 14 Aug 2023 07:53 by ADMIN
Eugenie
Created on: 21 May 2020 06:39
Category: UI for Blazor
Type: Feature Request
49
Built-in boundary detection

I would like the DropDownList to automatically detect the boundaries of the screen in order not to truncate items when the popup is opened.

 

===========

ADMIN EDIT

===========

The request is also valid for the rest of the popups including AutoComplete, ComboBox, Context Menu, MultiSelect.

This is also valid for the Window.

3 comments
Ayush
Posted on: 23 Sep 2020 16:12
Something fairly logical that I am surprised isn't already a feature. 
Eugenie
Posted on: 23 Sep 2020 16:09
Hoping this will be addressed in 2.18.0... Thank you!
Eugenie
Posted on: 22 May 2020 15:18
To clarify, I would like the behavior of 'PopupHeight="auto"' to detect screen boundaries in the way that the dropdown currently works without coding a PopupHeight property. 

Currently, with 'PopupHeight="auto"' if the DropDownList has many values that won't fit onscreen, a scrollbar won't appear even if the whole popup won't fit on the screen so it's impossible to see all items in the list.