I am working on list boxes in WPF. I want to show the list boxes in horizontal direction. My code is
Your itemscontrol doesn't provide a custom ItemsPanel, then a StackPanel is used as a default with vertical Orientation.
Try add: