控制包裹面板内的ListBoxItem高度

时间:2009-09-22 04:26:36

标签: wpf height listboxitem

我已将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

0 个答案:

没有答案