2009-02-27 15 views

cevap

3

Asıl istediğiniz şey, düzgün bir şekilde dolduran Panel'dur. UniformGrid panelini şu tablodan deneyin:

<ItemsControl> 
    <ItemsControl.ItemsPanel> 
     <ItemsControl.ItemsPanelTemplate> 
      <UniformGrid/> 
     </ItemsControl.ItemsPanelTemplate> 
    </ItemsControl.ItemsPanel> 
</ItemsControl> 
İlgili konular