I added UltraFormattedTextEditor to Form in Visual Studio 2005 Designer (WrapText = true by default, ran application and entered in text editor long word without spaces ("aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa"). Horizontal scroll appeared in bottom of control. Is it correct behavior? I expect word shoud be wrapped depending on editor width.
Can this somehow be changed? I prefer the behaviour of the built in standard textbox (when it is multiline) and would like the UltraFormattedTextEditor to be similiar. This is also the case when it is used in a grid, now it will just truncate the text with ...
Please reconsider this.
/Emil
Yes, that's correct behavior. Text would never wrap in the middle of a word, it will only wrap when there's a break like a space.