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.
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
You are right. I was not doing any special settings in code, however the setting was overwritten by the setting in the "isl" file, which was not properly set.
I have a question about the "Resolution order": when you guys say "Application Then Control" which one has the most priority?
Do you mean: <<set with the values in ISL and then overwrite with the values from the control's properties>>, or the other way arround?
-Octavian