The labels in the example below (WPF/XAML) just parade off the screen, no wrapping occurs. Removing the orientation works, but doesn\'t provided the needed functionality/look &
You can bind the WrapPanel's MaxWidth to the StackPanel's ActualWidth.
WrapPanel
MaxWidth
StackPanel
ActualWidth
I haven't tried this, but basically: