Hi,
I'm having trouble with the Multiline feature in an UltraTextEditor control. The text inside the control is being moved closer to the upper border (as if the text padding was changed).
To reproduced this, simply add an UltraTextEditor on a form, toggle the Multiline feature from true to false and you will see the text going up and down.
Thank you
HI ChrisBel,
I created a feature request FR12517. I will provide more details thru case CAS-49032-M1KWRW .
Sincerely,
MattDeveloper Support Engineer
I understand the TextVAlign property. I do not wish to change the VAlign for all non-multiline TextEditor in order to not see the difference when I have a multiline TextEditor. Plus, I assume this is normal, but the VAlign "Middle" property does not seem to do anything.
The "classic" TextBox control keeps the spacing between the first line and the top border. Is there anything in the appearence that could help me acheive the same behavior?
The UltraTextEditor.Appearance.TextVAlign property defaults differently based on whether multiline is supported ('Middle' for single-line and 'Top' for multiline). You can set this property explicitly to 'Top' t prevent the behavior you describe here.