Hi Ravi, You can do the zooming in/out by changing the scaleX and scaleY property of your tree control. The default is "1" which means the zoom level is 100%. More the value, bigger the zoom.
For dragging it across the screen, you need to handle the drag/drop operation manually. Here is a sample: http://livedocs.adobe.com/flex/201/html/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Book_Parts&file=dragdrop_081_07.html Regards, Venkat www.venkatv.com On Wed, Mar 11, 2009 at 6:05 PM, Ravi <[email protected]> wrote: > > Hello friends, > I am developing family tree application. > In which i want to drag whole tree and zoom ir according to slider > value like following example (please check the link) > > > http://www.tricedesigns.com/portfolio/FlashMapper_new/RelationshipMapper.cfm > > can anyone please help me in this > Thanks > Ravi > > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

