In a Windows Phone 7 application, when I place a TextBlock in the grid and set its HorizontalAlignment
to "Center
" and its TextWrapping
to "Wrap
", why does the text that overflows the width of the container and is placed on the next line, align with the left side of the otherwise center-aligned block?
Is there any way to setup text wrapping so that all of the text in the text block is center-aligned?