In my XAML, I am trying to implement the folowing:
<DataTrigger Binding="{Binding Path=Word}" Value="\n">
but this does not work, even though Word is \n. I suspect that \n is not the right way to express newline in XAML, but what would be?
|
In my XAML, I am trying to implement the folowing:
but this does not work, even though Word is \n. I suspect that \n is not the right way to express newline in XAML, but what would be? |
||||
|
Does this solve the problem?
|
|||
|
|
|
The following works, you can try it:
|
|||||||||
|
\r\nwork? – aligray Jun 19 '11 at 23:10