Hi all! I'm trying to solve a simple issue that I have but I can't... I'd really appreciate if someone could help me.
I have a UltraDropDown that's populated with dynamic data, so I can't control how many columns it'll have. It's getting bigger that the containing window sometimes and I couldn't find a way of preventing this.
Attached is how my screen looks I hope you'd get a feel of what needs to be done here.
Thanks!
Do you want to control the width of the dropdown if it's a certain size? You could look at the DropDownWidth property of the UltraDropDown.
-Matt