Multiline for WPF TextBox

前端 未结 5 1319
时光说笑
时光说笑 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:48

    Contrary to @Andre Luus, setting Height="Auto" will not make the TextBox stretch. The solution I found was to set VerticalAlignment="Stretch"

提交回复
热议问题