Hi all,
I am new to wpf and need help.
When I give large strings in textbox it craetes 2 rows in my textbox. And it shows me only characters in last row. how can i see initial characters ?
Am i using the wrong control for input text ? plz help
Shweta LodhaPosted Mar 5, 2014, 1:18 PM
1) set the TextWrapping property of the textbox to wrap
2) if you want to scroll your text to the beginning, you can use TextBox.ScrollToHome()
Shweta LodhaPosted Mar 5, 2014, 1:30 PM
nhamithaPosted Mar 5, 2014, 1:27 PM