Hi,
I used this solution to increase my DropDownList popup when item text is longer than DropDownList size. But when I open the DropDownList for the first time, it goes off the screen (my DropDownList is at the right edge of the form and popup isn't positioned correctly and goes right off the screen).
Then when I close and open DropDownList, the popup position will be correct and after that everything is OK.
Should I add something at the end of "PopupOpened" event after resizing items?