I have looked everywhere I can think of for the means to control the height of the menu items, root,parent and leaf nodes, in this control. Also. The NodeIndent property only affects the root node and the parent nodes - I can't find a way to control the indent on the leaf nodes. What am I missing

TreeView web control
ThisBytes5
very strange to me .
cluelis
I assumer you are working with .Net 2005. If I am correct, with the latest Release Candidate I had no problem setting the height using:
TreeView1.NodeStyle.Height = 100
Also, when I called TreeView1.NodeIndent, it affected all nodes, including the leaf nodes.
TreeView1.NodeIndent = 100
Let me know if that helps,
Andy