2009-02-27 1 views

答えて

3

あなたが実際に欲しいのは一様に塗りつぶされるPanelです。 UniformGridパネルを試してみてください:

<ItemsControl> 
    <ItemsControl.ItemsPanel> 
     <ItemsControl.ItemsPanelTemplate> 
      <UniformGrid/> 
     </ItemsControl.ItemsPanelTemplate> 
    </ItemsControl.ItemsPanel> 
</ItemsControl> 
関連する問題