Hi Guys.
The following does not work for SimpleListBox. So, How to get a horizontal SimpleListBox
<ListBox>
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>