gpt4 book ai didi

.net - Windows 7 和 Windows 8 中的 ListBox 边距不一样

转载 作者:行者123 更新时间:2023-12-04 02:21:27 24 4
gpt4 key购买 nike

我已经设计了一个 WPF 列表框。我是在Windows 8下开发,设置样式如下(见图),在Windows 7下测试应用时,边距不一样。正如您在图像中看到的,节点之间的间隔在 Windows 8 中为 1px,但在 Windows 7 中为 0 px。

enter image description here

你知道这是为什么,以及如何解决吗?

提前致谢。

最佳答案

我实际上设法自己摆脱了它,看起来它的 ListViewItem 样式正在被 Windows8 更改,向 ListView 的本地资源添加样式对我有用。

    <ListView.Resources>
<Style TargetType="ListViewItem">
<Setter Property="Margin" Value="0"/>
<Setter Property="Padding" Value="0"/>
<Setter Property="BorderThickness" Value="0"/>
</Style>
</ListView.Resources>

关于.net - Windows 7 和 Windows 8 中的 ListBox 边距不一样,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14900132/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com