Categories | Question details Back To List | ||
DhtmlTree Hi I am using DHTMLTree object in my code and wanted to knw if there is any way i can find the number ofactive nodes in the tree. i.e i want to get the number of nodes that are currently visble to the user (excluding the tree nodes that are collapsed). Regards Seshu Answer posted by Support on Nov 14, 2008 01:50 There is no easy way to obtain such info. You can get rough number by dividing height of tree's container on height of single item. |