0
我想container
有3列,每列中,细胞可以包装它就像下面有固定大小的孩子WPF容器
到目前为止图片内容,我已经做到了这一点:
<ListBox Name="listQuestion">
<ListBox.ItemsPanel>
<ItemsPanelTemplate>
<UniformGrid Columns="3"/>
</ItemsPanelTemplate>
</ListBox.ItemsPanel>
</ListBox>
但结果是每个细胞都有与最大细胞相同的大小。