<ListBox x:Name="imageListBox" ScrollViewer.HorizontalScrollBarVisibility="Visible">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal"></StackPanel>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
<ListBoxItem Width="110">abc</ListBoxItem>
</ListBox>