对这一问题的大多数答复都说,这样做是:
<ListBox Margin="47,241,53,264">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<StackPanel Orientation="Horizontal" />
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
<Image Height="100" Width="100" Source="/ApplicationIcon.png"/>
<Image Height="100" Width="100" Source="/ApplicationIcon.png"/>
<Image Height="100" Width="100" Source="/ApplicationIcon.png"/>
<Image Height="100" Width="100" Source="/ApplicationIcon.png"/>
<Image Height="100" Width="100" Source="/ApplicationIcon.png"/>
</ListBox>
然而,这将无法进行横向发展。