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
40
UltraComboEditor doesn't resize (not responsive)
posted

I'm changing a ComboBox for an UltraComboEditor and I want this UltraComboEditor to be responsive as I resize de window. 

The ComboBox resize perfectly, but the ultraComboEditor doesn't.

I have de the dropdownlist = -1 and it works perfectly, but I would like the box to resize as well.

Can you help me ?

Thank you

Parents
No Data
Reply
  • 1980
    Offline posted

    Hello Oli,


    What do you mean by ‘box’? If you mean the control itself, you can use the control’s Anchor property to make the UltraComboEditor box resize to the window. Anchoring a control to its parent control ensures that its edges remain in the same position relative to the edges of the parent control when resized. You can find more information on this property on the following link

    If this is not exactly your scenario, please send more detailed information on what you are trying to achieve.

Children