Multiline Textbox
For a TextBox to display its content in multiline, the following properties must be set:



If the IsMultiline property is set, but the BindingFormat is SingleLine, the content will be displayed on a single line, and can be edited by double click on the TextBox.


Last updated