c#中怎么增大treeview节点间的距离
怎么增大treeview节点间的距离 节点间的距离太小了 用哪个属性啊??
------解决方案--------------------http://msdn.microsoft.com/zh-cn/library/system.windows.forms.treeview.indent(VS.80).aspx
------解决方案--------------------使用 NodeIndent 属性可控制子节点的左边缘与其父节点的左边缘之间的间距量。