Hi,
ankurbhatia: Can anybody point how I can get the parent nodes to stay to the left. It seems the "arrows" have their own width/padding and I can't find the place where I can control them. See below.
You can try to use the css Treeview Adapter instead of the ASP.Net TreeView Control. The css TreeView Adapter uses the nested <ul> tags instead of the nested HTML <table> tags. and a combination of CSS and JavaScript can then be used to show and hide portions of the hierarchy of the treeview. So the css Treeview Adapter will much power and flexibility than the ASP.Net TreeView Control.
Hope it helps.
Amanda Wang
Microsoft Online Community Support
Please remember to mark the replies as answers if they help and unmark them if they provide no help.