In the root of my application I have 5 named "slots" (layers) that I want content to appear in. Should I be using Canvas, Group or something else for each of these slots? I don't need any kind of automatic layout inside these slots.
+1
A:
Use Group. You can plug a custom layout into it if you wish. Here's a good preso on what's new with Flex 4 Lists and Layouts:
http://tv.adobe.com/watch/max-2009-develop/a-deep-dive-into-flex-4-lists-and-layouts/
cliff.meyers
2010-03-08 17:17:33
I decided to go with Group. Was just wondering if there was a more lightweight alternative.
Franky-D
2010-03-08 17:36:48