what happens is that im typing in a TextBox I want a new line created in the box if I Press Enter Key while writing the content
1 Answers
8
votes
I think you want to set the AcceptsReturn
property to true. More here: http://msdn.microsoft.com/en-us/library/system.windows.controls.textbox.acceptsreturn(v=vs.95).aspx