Tag Archive for 'paddingtop'

02
Jan

Changing the padding on a Button control in Flex

The following example shows how you can modify the padding between the Button control’s label and icon and the button’s edges by setting the paddingLeft, paddingRight, paddingTop, paddingBottom, and horizontalGap styles.

Full code after the jump.

Continue reading ‘Changing the padding on a Button control in Flex’

14
Dec

Changing the padding between the tabs and content in a Flex TabNavigator control

The following example shows how you can adjust the amount of padding that appears between the tabs and the content of a TabNavigator control in Flex by setting the paddingTop style.

Full code after the jump.

Continue reading ‘Changing the padding between the tabs and content in a Flex TabNavigator control’