You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can multi-line support be added to the textbox control, so that pressing return inserts a new line?
The control is already capable of displaying multiple lines if you populate the Text property - but editing does not work well as you cannot navigate beyond the first line:
The text was updated successfully, but these errors were encountered:
Can multi-line support be added to the textbox control, so that pressing return inserts a new line?
The control is already capable of displaying multiple lines if you populate the
Text
property - but editing does not work well as you cannot navigate beyond the first line:The text was updated successfully, but these errors were encountered: