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
690
Text in UltraTextEditor truncated unnecessarily
posted

This is probably a stupid question, but I'm just starting out with the Infragistics controls. I noticed that text in the UltraTextEditor control is not fully displayed even though there is adequate room for the missing character. The same text does display in a Windows text box of the same size (actually, slightly smaller). The UltraTextEditor seems to have more padding around the text, which I suppose is causing my problem, but I don't see any property to control it.

Changing the Appearance.TextTrimming property from Default to None solved the problem, but I don't see why the text was being trimmed if there is room for it.