Archive

Posts Tagged ‘VGroup’

Major axis alignment now supported in spark

January 20th, 2010 2 comments

The VerticalLayout and HorizontalLayout classes now support both the horizontalAlign and verticalAlign properties. This brings the VGroup and HGroup components in line with how the VBox and HBox halo controls worked.
Read more…

Adding a background color to a spark Group

November 23rd, 2009 2 comments

In halo you could add a background color to any container by setting the backgroundColor style, but this is not the case for every spark container. Setting this style on components that extend from SkinnableContainer will work fine, but this style doesn’t exist on the Group component.
Read more…