In the Flex SDK we have some styles like top, left, right, bottom that we can define as styles. These also happen to be available as properties on UIComponent.
I'd like to be able to set the properties like visible, includeInLayout and includeIn as styles as well. This is so we can create a sort of "responsive" design that changes the visibility or state was the size of the application changes. My question is, if I want to be able to change the state as the size of the application changes and make some of the properties change via styles how would I go about doing this?