Anyone have a working example they can point me to that demonstrates how to close an open item in a Flex Tree control? After studying the Tree control in the Flex 2 Language Reference, it seems to indicate that method expandItem will also close an open item if the second argument is set to false.
However, I've not gotten that to work. I can open items using method expandItem just fine. Of course, the Flex 2 Developer's Guide only has very limited information on using the Tree control's methods and I've not found anything when doing an Internet search. Bruce

