Hi . Basically , Panel arranges your components based on layout you specify. It has an caption , title bar , border to it. Hence visible by itself
Canvas on other hand , uses absolute layout .So have to specify x nad y co-ordinates. If you dont it will use auto layout. Canvas is not visible by itself Thanks Rahul On Sunday, 17 June 2012 19:52:43 UTC+5:30, Nicky wrote: > > Hii Priti, > > Ok let see is this this infor is enough for you or not? > > 1.Canvas extends Container implements IConstraintLayout & Panel extends > Container > 2.A Panel container consists of a title bar, a caption, a border, > and a content area for its children. > Typically, you use Panel containers to wrap top-level application > modules. > For example, you could include a Any Title in a Panel container. > > But > > A Canvas layout container defines a rectangular region > in which you place child containers and controls. > It is the only container that lets you explicitly specify the location > of its children within the container by using the <code>x</code> and > <code>y</code> properties of each child. > > > If you want to give perfect ans to interviewer read property's of both > of Component they both have some diff properys explain this > if you still have any issue feel free to mail me. > > One more thing have my personal blog for interview if wana some more q? i > will mail u. > > > Bye tc > -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To view this discussion on the web visit https://groups.google.com/d/msg/flex_india/-/ZpgdQVAf_-EJ. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

