调整某一特定一侧的边框

发布于 2024-07-13 04:45:14 字数 220 浏览 8 评论 0原文

我正在使用 ListBox 的 controlTemplate 来显示集合。 我想显示带有边框的所有项目,就像在网格中一样(所有行的大小相同)。 当我给每个 listBoxItem 一个边框时,两个项目之间的线具有双倍大小。 (由第一个项目的底部边框和第二个项目的顶部边框组成)

所以问题是: 我可以设置/隐藏项目单侧的边框吗? (就像 CSS 中的“border-top”)

I'm using a controlTemplate of the ListBox to show a collection.
I want to display all the items with a border like in a grid (all lines same size).
When I give every listBoxItem a border, the line between 2 items has a double size.
(made from the bottom border of the first item, and the top border of the second item)

So the question is:
Can I set/hide the border on a single side of an item? (like 'border-top' in css)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

孤单情人 2024-07-20 04:45:14

border 属性是一个厚度,就像 margin 和 padding 一样,因此您可以执行 Border="2,0,2,2" 来获得除顶部之外的所有位置的边框为 2。

The border property is a thickness, just like margin and padding, so you can do Border="2,0,2,2" to get a border of 2 everywhere except the top.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文