I am developing an app for sending some feedback.
Basically I\'m trying to make a TextBox for comments, but I\'m used to the WinForms MultiLine=tr
TextBox
MultiLine=tr
Here is a sample XAML that will allow TextBox to accept multiline text and it uses its own scrollbars:
XAML