<Grid Margin="6"> <ListBox> <!--ItemsPanel--> <ListBox.ItemsPanel> <ItemsPanelTemplate> <StackPanel Orientation="Horizontal"></StackPanel> </ItemsPanelTemplate> </ListBox.ItemsPanel> <TextBlock Text="Allan"/> <TextBlock Text="Kevin"/> <TextBlock Text="Drew"/> <TextBlock Text="Timothy"/> </ListBox> </Grid>