我已经定义了一个WrapPanel
模板ListBoxItems
:
<Setter Property="ItemsPanel">
<Setter.Value>
<ItemsPanelTemplate>
<WrapPanel />
</ItemsPanelTemplate>
</Setter.Value>
</Setter>
我ListboxItem
每行有 3 秒。
选中时我的ListBoxItem
展开。当我选择 aListBoxItem
时,它会扩展,但同一行中的其他两个ListBoxItem
s 也会扩展到与所选一个相同的高度。有什么办法可以防止这种情况发生吗?
谢谢你,马尔
编辑: 图片添加 http://www.flickr.com/photos/themarworld/3953597593/
替代文字 http://img16.imageshack.us/img16/1197/listboxonselctissue.jpg