So, I have the following:
<TextBlock.Text> <MultiBinding StringFormat="So and so will donate {0:C0}
to {1}, bringing the
total amount to {2:C0}."> <Binding Path="VisitorTotal" /> <Binding Path="EventName" /> <Binding Path="EventTotal" /> </MultiBinding> </TextBlock.Text>
I tried 
 , , \n , \\n and various combinations. Nothing will give me a new line. What a deal?
source share