Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想treeview在 c# 中设置 winforms,以便我可以自定义树视图顶部和其中第一个节点之间的间距。我找不到任何财产。
treeview
有什么方法可以做到这一点?
我不是 100% 确定,但我相信该Padding属性会将正确的间距放置在内部的第一个节点TreeView和TreeView自身之间。
Padding
TreeView
因此,将其设置Padding Top为 10px 应该可以。
Padding Top
我发现的唯一解决方法是将没有文本的节点添加为第一个节点。如果 ShowLines 为假,那么它看起来与我所要求的完全一样。