I\'m trying to write a WPF application for displaying images from a selection.
I want to display all of the available images in a banner along the top of the window, and display
The default ItemsPanel for the ListBox control is a VirtualizingStackPanel, so if you want the normal, default experience for the control but just have it laid out horizontally, you should specify this (and change the orientation).