SyntaxFix
Write A Post
Hire A Developer
Questions
Contrary to @Andre Luus, setting Height="Auto" will not make the TextBox stretch. The solution I found was to set VerticalAlignment="Stretch"
Height="Auto"
TextBox
VerticalAlignment="Stretch"