I have a drop down with just two item.
When the list opens, its container is much larger then needed.
How to set the height to fit automatically to the items list?
Hi,
I'm just checking if you have any other questions.
Hello,
In order to autosize the height of the item list you should assign empty value to the DropDownContainerHeight property of the dropdown: DropDownContainerHeight="".
Let me know if this helps.