The following example shows how you can display a drop shadow behind a Flex VBox container by setting the borderStyle and dropShadowEnabled styles.
Full code after the jump.
Continue reading ‘Displaying a drop shadow behind a VBox container in Flex’
The following example shows how you can set effects on a Flex Image control using ActionScript by setting the showEffect and hideEffect effects using the setStyle() method.
Full code after the jump.
Continue reading ‘Setting effects with ActionScript in Flex’
The following example shows how you can set a background image and background size for a Flex VBox container by setting the backgroundImage, and backgroundSize styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background size in Flex’
The following example shows how you can set both an background image and background color and change its alpha to for a Flex VBox container by setting the backgroundImage, backgroundColor, and backgroundAlpha styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background alpha in Flex’
The following example shows how you can set a background image and change its attachment to scrolling or fixed for a Flex VBox container by setting the backgroundImage and backgroundAttachment styles.
Full code after the jump.
Continue reading ‘Changing a VBox container’s background image attachment in Flex’
The following example shows how you can control the amount of vertical spacing between items in a VBox container by setting the verticalGap style.
Full code after the jump.
Continue reading ‘Setting the vertical gap between items in a Flex VBox container’
The following example shows how you can use the verticalScrollPolicy property on a Flex VBox container to control the appearance of the vertical scroll bar when the container’s contents exceed the dimensions of the container.
Full code after the jump.
Continue reading ‘Setting a Flex container’s vertical scroll policy’