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
430
UltraComboEditor height changes at run time
posted

 

Using VS2008 running on XP OS with the following controls:

Runtime version: v2.0.50727

Version: 9.1.20091.1000

---------------------------------------------------

I have an UltraComboEditor positioned in line with the UltraTextEditor. The look ok at design time, both have the same font type and size, and both have the same Size.Height property.

However at run time the combo box switches to a Size.Height = 22 and creates a bad visual experience for User.

I remember that the Microsoft equivalent control had a simillar problem and had to write some code to overwrite it. Did you guys fixed in your UltraComboEditor? Apparently not. Is any way I can revert the hight of the combo box so it matches the size of the other text boxes?

Thanks.

 

 

 

Parents
  • 37774
    Verified Answer
    posted

    I can't reproduce this issue on my machine.  What font and size are you using on your controls?  Are you setting any other properties that may be relevant to the presentation?

    -Matt

Reply Children