G
Guest
I desperately want to replace my hand-made ajax treeview with the 2.0
TreeView. The webpage I'm designing uses the postbacks to dynamically fill
the treeview. The reason why I'm doing this is because my tree is ENORMOUS.
It can possibly hold millions of nodes. The problem is keeping this treeview
constrained as a user clicks through the nodes. I've tried putting it in a
DIV with a set width and height, but the problem is that when you expand a
parent node, the TreeView adds space between the bottom of the last child
node and the top of the next parent node. This is NOT GOOD. The same thing
happens when you set the width and the height of the control itslef. Anybody
have an idea?
TreeView. The webpage I'm designing uses the postbacks to dynamically fill
the treeview. The reason why I'm doing this is because my tree is ENORMOUS.
It can possibly hold millions of nodes. The problem is keeping this treeview
constrained as a user clicks through the nodes. I've tried putting it in a
DIV with a set width and height, but the problem is that when you expand a
parent node, the TreeView adds space between the bottom of the last child
node and the top of the next parent node. This is NOT GOOD. The same thing
happens when you set the width and the height of the control itslef. Anybody
have an idea?