Hello,
This will dynamically resize the popup element of the drop down according to the widest text length in your drop down.
1: Add in a mix of items, and declare the
PopUpOpened event handler
2: Declare a local variable that will hold the width of the widest item
3: When the pop up opens, resize it according to the widest item and height of all the items inthe drop down
Hope that helps
Richard