Sven
Sven

Reputation: 1

Setting background-color for Flex Tree component..?

I have a Flex Tree component in my app. I set the icons for open and close. BUT I can't find something about changing the default background-color from white to something different.

obviously there is no background-color setable in css...

any ideas?

thank you

Upvotes: 0

Views: 1474

Answers (1)

Organiccat
Organiccat

Reputation: 5651

myTree.setStyle( "backgroundColor", 0xFF66600 );

or

backgroundColor="blue"

Upvotes: 1

Related Questions