Tuesday, July 24, 2012

How to make a textbox multiline in WPF?

the only think u have to do is add the property as follows


   1. TextWrapping="Wrap"
   2. VerticalScrollBarVisibility="Visible"
   3. AcceptsReturn="True"

No comments: