How to make the listbox items orientation to horizontal in the default styling of a listbox. What i mean by default is the style which we get using blend.
Use the ItemsPanel property to replace the panel with a horizontal StackPanel:
If you want to do this in a Style, just add a Setter that sets the ItemsPanel property: