Multiline for WPF TextBox

前端 未结 5 1317
时光说笑
时光说笑 2020-12-12 11:57

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

5条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-12 12:52

    Here is a sample XAML that will allow TextBox to accept multiline text and it uses its own scrollbars:

    
    

提交回复
热议问题