1 <ItemsControl x:Name="itemsControl"> 2 <ItemsControl.ItemsPanel> 3 <ItemsPanelTemplate> 4 <WrapPanel Orientation="Horizontal"/> 5 </ItemsPanelTemplate> 6 </ItemsControl.ItemsPanel> 16 </ItemsControl>
1 <ItemsControl x:Name="itemsControl"> 2 <ItemsControl.ItemsPanel> 3 <ItemsPanelTemplate> 4 <WrapPanel Orientation="Horizontal"/> 5 </ItemsPanelTemplate> 6 </ItemsControl.ItemsPanel> 16 </ItemsControl>