Hello the screenshot explains it:
Why are do the Items become so tall? I do no positioning myself:
<ListBox Margin="6" ItemsSource="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType={x:Type UserControl}}, Path=Segments}">
</ListBox>
No ItemTemplate either I'm relying on default ToString()
behaviour.