Is there a good place to have an overview of how Flex layout elements are managed?
I am trying to create some “user-modifiable” “windows” in Flex, but I am having some problems with the layout layout for the content correctly.
Now I'm just trying to understand how Flex calculates its layouts, but I have not found a good overview documentation.
For example, looking only at a value width, the following exists:
minWidth
maxWidth
width
explicitMinWidth
explicitMaxWidth
explicitWidth
measuredMinWidth
measuredMaxWidth
measuredWidth
and the same set for height.
What is the meaning of each of them? How are they used? Is there a way to use them to calculate some preferred component size (e.g. getPreferredSize()in java)?
/ , - - , Flex , .