Problem with Multiple Line

Problem 1:

My code:

file

Result: they are overlapping

file

Problem 2:

My code:

file

Result: There are strange characters appear when have indent space

file

How I can resolve them?

Use a StackPanel:

<StackPanel>
    <Text Value="Hello"/>
    <Text Value="World" />
</StackPanel>