On Friday 09 November 2018 10:49:37 mohamed hamza wrote:

> My issue is figuring out how to populate this structure into a Tree
> based on "Level" properties of each listed record.
>
I would use a recursive <currentparenttreelistitem>.add(<nexttreelistitem>) 
call, a new recursion if the next level is bigger, exit the current recursion 
if the the next level is lower than the level of the current recursion.

Martin


_______________________________________________
mseide-msegui-talk mailing list
mseide-msegui-talk@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk

Reply via email to