0
我想container
有3列,每列中,細胞可以包裝它就像下面有固定大小的孩子WPF容器
到目前爲止圖片內容,我已經做到了這一點:
<ListBox Name="listQuestion">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<UniformGrid Columns="3"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
但結果是每個細胞都有與最大細胞相同的大小。