Hello MS-Guys,
Please see the following code sample:
<StackPanel>
<TextBox MinHeight="50" Text="その他その他その他その他1234567890123456789012" Width="500" TextWrapping="Wrap"/>
<TextBox MinHeight="50" Text="その他その他その他その他12345678901234567890123" Width="500" TextWrapping="Wrap"></TextBox>
<TextBox MinHeight="50" Text="Otherotherother12345678901234567890123456789012345678901234567890123456789012345678901234567890" Width="500" TextWrapping="Wrap"></TextBox>
</StackPanel>
When the text of TextBox is Japanese, the 'Wrap' doesn't seem to render it correctly. You could see the second TextBox, it did not take up the whole line and the wrap it up. But the third TextBox with the english words, it rendered correctly.
I wanted to konw if it's a bug or a known issue. My project target version is 16299 . I also have tested this issue with the target version 18362.
Best Reagrds,
Xavier