Tag Archive for 'resizetocontent'

26
Oct

Customizing the Accordion header in Flex 3

The following example shows how you can set some of the deprecated styles in the Accordion container (such as fillAlphas, fillColors, and selectedFillColors) by using the headerStyleName style.

Full code after the jump.

Continue reading ‘Customizing the Accordion header in Flex 3′

27
Aug

Resizing a Flex Accordion container to fit its contents

The following example demonstrates how you can make an Accordion container adjust its width to match the contents of the currently selected child.

Full code after the jump.

Continue reading ‘Resizing a Flex Accordion container to fit its contents’