You can use any container like(Panel, Canvas etc) to achieve this. Here you will have to create two different states for that component. One would be the "hidden" state where 'left' for that component would be set to some negative value and the other state will bring the component on the screen.
You can use Transitions to give this motion effect to the component. For more info read about states and transitions in Flex Livedocs. HTH, -Ravi On May 25, 11:59 am, "Hemanth Kumar T.S" <[email protected]> wrote: > Hi, > > In this websitehttp://www.phoenixisland.co.kr/index.aspx > > there is a small vertical bar that appears on the left most of the screen > with ">" symbol, "Contents" and "View" > > On clcik of this bar it expands and on click of close, it contracts. > > Its developed using Flex. Do anyone knows what is the control/container used > to do this kind.. > > Thanks, > Hemanth --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex India Community" group. 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 -~----------~----~----~----~------~----~------~--~---

