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
1834
How do I have the drop down width of an UltraCombo (or UltraComboEditor) be wider than the actual control?
posted
I have data to load in either an UltraCombo or UltraComboEditor that is wider than the space I have for the control. How do I make it so that when dropped down, the exposed list is as wide as the data I'm displaying, even though that's wider than the actual control?

Thanks in advance,
J
Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    What you are describing is the default behavior of the UltraCombo. If it's not doing that, you must have changed something. Maybe you set DropDownWidth to something other than the default.

    I'm not sure about the UltraComboEditor, but you might want to check the documentation on DropDownWidth. There are certain settings like 0 and -1 that have special meanings. 

Children