<Grid>

        <ListBox Height="181" HorizontalAlignment="Left" Margin="12,12,0,0" Name="listBox1" VerticalAlignment="Top" Width="687" UseLayoutRounding="False" Panel.ZIndex="2" >

            <ListBox.ItemsPanel>


                <ItemsPanelTemplate>


                    <UniformGrid  />


                </ItemsPanelTemplate>


            </ListBox.ItemsPanel>

        </ListBox>

</Grid>

    此方法同样适用与ListView中