2009-02-27 55 views

回答

3

你實際需要的是一個統一填充的Panel。嘗試UniformGrid面板:

<ItemsControl> 
    <ItemsControl.ItemsPanel> 
     <ItemsControl.ItemsPanelTemplate> 
      <UniformGrid/> 
     </ItemsControl.ItemsPanelTemplate> 
    </ItemsControl.ItemsPanel> 
</ItemsControl> 
相關問題