Hi, I dont think there is any direct way of doing this. You could take this approach...
1. Set the horizontalScrollPolicy and verticalScrollPolicy to "off". 2. In the "change" event, check for the verticalScrollPosition 3. As soon as the verticalScrollPosition returns 1, it means that its time for a new page. 4. You could handle pagination with a LinkBar or ButtonBar. Regards, Venkat www.venkatv.com On Tue, Mar 3, 2009 at 11:56 AM, rjoshicool <[email protected]> wrote: > > I am having a text area with some content. I want that if the content > length increase it should automatically print the data to next page > and so on.. How can this be done? > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

