Archive for the 'ControlBar' Category

25
Feb

Creating a ControlBar container in Flex using ActionScript

The following example shows how you can create a simple Panel container with a nested ControlBar container in Flex using ActionScript.

Full code after the jump.

Continue reading ‘Creating a ControlBar container in Flex using ActionScript’

25
Feb

Aligning items vertically in a ControlBar container in Flex

In a previous example, “Aligning items horizontally in a ControlBar container in Flex”, we saw how you could align items horizontally within a ControlBar container by setting the horizontalAlign style.
The following example shows how you can align controls vertically in a Flex ControlBar container by setting the verticalAlign style.

Full code after the jump.

Continue reading ‘Aligning items vertically in a ControlBar container in Flex’

24
Feb

Aligning items horizontally in a ControlBar container in Flex

The following example shows how you can align controls in a Flex ControlBar container by setting the horizontalAlign style.

Full code after the jump.

Continue reading ‘Aligning items horizontally in a ControlBar container in Flex’

13
Feb

Setting the layout direction of a Flex ControlBar container

The following example shows how you can set the child layout direction of a ControlBar container in Flex by setting the direction property.

Full code after the jump.

Continue reading ‘Setting the layout direction of a Flex ControlBar container’