How to create fluid layout in Flex3? With an Example.
Thanks for your reply in advance.
How to create fluid layout in Flex3? With an Example.
Thanks for your reply in advance.
Use container components that use relative layout ( e.g. HBox, VBox, etc. ) instead of absolute ( e.g. Canvas )
Have a look at the container samples in Tour de Flex. Try the AIR App as well.