While typing inside an UltraFormattedTextEditor, the previously inputted text moves around, as if to adjust its width. Is there something I can do to make it not move like this? I'm using the default font that comes when I throw the control onto a form.
Thanks.
I'm not how to get the behavior that you're describing; the only situation that comes to mind is if you have a horizontal alignment of Justify, which would try to spread the text out evenly across the line. Can you provide more information?
-Matt
Hi Matt,
I'll be glad to provide more context. I'm just creating a new Form and then adding a new UltraFormattedTextEditor. I'm not changing any of its properties. In the attached image, you can see how some of the j's are placed very closely together, but as I start typing some more, they start moving. They move to adjust to the right width and then they end up like the bottom image.
Thanks