Archive for November 26th, 2007

26
Nov

Changing the selection duration and easing function on a Flex Tree control

The following example shows how you can change the selection duration and selection easing function on a Tree control in Flex by setting the selectionDuration and selectionEasingFunction styles.

Full code after the jump.

Continue reading ‘Changing the selection duration and easing function on a Flex Tree control’

26
Nov

Displaying the default icons from a Flex Tree control

I was looking through the Tree class today and was a little curious about what the disclosureOpenIcon and disclosureClosedIcon styles were, and ended up making the following little sample.

Full code after the jump.

Continue reading ‘Displaying the default icons from a Flex Tree control’