The Beauty of includeInLayout

“Specifies whether the component is included in the layout of the parent container.
If true, the object is included in its parent container’s layout.
If false, the object is positioned by its parent container as per its layout rules,
but it is ignored for the purpose of computing the position of the next child.”
[from the API of flex]
The demo application follows for the source right click and view source.

This movie requires Flash Player 9

Share and Enjoy:
  • del.icio.us
  • Facebook
  • co.mments
  • DZone
  • IndianPad
  • MySpace
  • StumbleUpon
  • Technorati
  • Twitter

Tags: ,

One comment

  1. Hi Imtiyaz,

    Thanks for letting me know this feature, I never knew that such a feature existed in flex. This can make my life easier in developing widgets with scope of reusing limited screen area.

    thanks:)

Leave a comment