我已将WrapPanel
定义为ListBoxItems
模板:
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<WrapPanel />
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
我每行有ListboxItem
个。
我的ListBoxItem
在选中后展开。当我选择ListBoxItem
时,它会展开,但同一行中的其他两个ListBoxItem
也会扩展到所选行的相同高度。有什么方法可以阻止这种情况吗?
谢谢你, 月
修改 图片已添加 http://www.flickr.com/photos/themarworld/3953597593/
alt text http://img16.imageshack.us/img16/1197/listboxonselctissue.jpg