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
1940
UltraComboEditor Item Text Format
posted

EDIT SOLVED:

Infragistics.Win.DrawUtility.UseGDIPlusTextRendering = false;

did the trick for UltraComboEditor.

thanks for reading...

Blue

 

Hello!

I have a strange problem with the formatting of text in my List of UltraComboEditor items.

As you can see in the attached image, the text characters are somehow narrowed after a specific length. I experienced this problem in other IG Controls, but I was able to fix this by changing TextRenderingMode to "GDI". I can not fix this for the UltraComboEditor for some reason. The wrong formatting stays the same and is hard to read in this case.

FYI: "AlwaysInEditMode" does not help for list items, only for the current selected item if editable.

More Details about my modifed properties:

- NullText is set to a value

- TextRenderingMode is "GDI"

- DropDownStyle is "DropDownList"

- SortStyle is "Ascending"

- DisplayMember is "DisplayName"

- ValueMember is "ID"

 

Any help please?

Blue