降低 TreeViewItem 高度

发布于 2024-12-11 05:13:44 字数 472 浏览 3 评论 0原文

我有一个带有 HierarchicalDataTemplate 的 TreeView。但最终节点之间的间距太大(见下图)。
我尝试添加一个 ItemContainStyle ,例如:

<TreeView.ItemContainerStyle>
    <Style TargetType="TreeViewItem">
        <Setter Property="Height" Value="15" />
    </Style>
</TreeView.ItemContainerStyle>

但这限制了扩展父节点的高度 - 因此会砍掉所有子节点。如果我使用上面的方法将 MinHeight 设置为 30,我可以增加节点间距,但我想做相反的事情 - 有什么想法吗? 在此处输入图像描述

Ive got a TreeView with a HierarchicalDataTemplate. But the spacing between the final nodes is to big (see image below).
I tried adding a ItemContainStyle like:

<TreeView.ItemContainerStyle>
    <Style TargetType="TreeViewItem">
        <Setter Property="Height" Value="15" />
    </Style>
</TreeView.ItemContainerStyle>

But this resticts the hight of expanded parent nodes - and hence chops off all the nodes children. If I use above to set MinHeight to say 30 I can increase the node spacing but I want to do the opposite - any ideas?
enter image description here

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

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

发布评论

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

评论(1

深白境迁sunset 2024-12-18 05:13:44

您应该更改树视图项目模板。

You should change treeviewitemtemplate.

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