PDA

View Full Version : Dynamic tree implementation


mindgutter
04-28-2005, 04:10 AM
Hi,
There have been multiple conversations about dynamic trees, but has anyone actually got a multilevel tree bound to a dynamic datasource? What I mean is, there have been a couple of implementations floating around but the ones I tried expect the depth of the tree to be constant and want to have a tree element for each level of depth. I need a tree that can have dynamic depth. If you have implemented a tree, would you be willing to share it on the forum?

My hope of course is that laszlo teem will get around to resolving this.

objectid
04-28-2005, 11:21 PM
I posted my solution here.

http://www.laszlosystems.com/developers/community/forums/showthread.php?s=&threadid=2535&highlight=tree

Brgds,

Eduard

mindgutter
05-02-2005, 07:57 AM
Thanks,

In your code you use ItemTree class. What does that look like? Is it just a tree or it has additional logic?

objectid
05-02-2005, 09:23 AM
It is a tree implementation that only expands if double clicked. Single click will only select the node. So nothing special.