G
Guest
I have a tree view that i'm populating with a lot of heiracheral data. I only
want to populate a node with children if the user expands it. However, that
presents a problem. If I do not populate it with children then the
expand/collapse bitmap does not appear.
So, my question is how do I make the expand/collapse bitmap appear without
actually adding any children nodes? Assume that I know there will be children
nodes to add if the user expands it.
want to populate a node with children if the user expands it. However, that
presents a problem. If I do not populate it with children then the
expand/collapse bitmap does not appear.
So, my question is how do I make the expand/collapse bitmap appear without
actually adding any children nodes? Assume that I know there will be children
nodes to add if the user expands it.