Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
3550
Set list height
posted

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?

Parents
No Data
Reply
  • 37874
    Verified Answer
    posted

    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.

     

Children