<TextBlock Text="first line\r\nsecond line\r\nthird line" />

이 아니라,

<TextBlock Text="first line&#13;&#10;second line&#13;&#10;third line" />

 

출처 : http://stackoverflow.com/questions/4791062/how-to-represent-line-break-or-new-line-in-silverlight-textbox

Posted by 반디아비
,