Lorena G
Lorena G

Reputation: 11

How do I expanding a specific node in a Flex Tree control

This is the code im using...

dp = CategoryParser.createDataProvider( Application.application.categoriesmanager.categoryBaseList);

var xList:XMLList = dp..category.(hasOwnProperty("@categoryid") && @categoryid == 1491);

categoryTree.expandItem(xList, true);

Upvotes: 1

Views: 1025

Answers (1)

Related Questions