Most mobile web browsers do not support inline scrolling, only page level scrolling. If you really need inline scrolling, you can take a look at the MobileScrollPanel we created for a demo a while back. It scrolls in response to TouchEvents. http://code.google.com/p/google-web-toolkit/source/browse/?#svn%2Ftrunk%2Fsamples%2Fexpenses%2Fsrc%2Fmain%2Fjava%2Fcom%2Fgoogle%2Fgwt%2Fmobile%2Fclient
Thanks, John LaBanca [email protected] On Mon, Feb 7, 2011 at 12:48 AM, harry <[email protected]> wrote: > i am developing an mobile application and i have a problem that i can > not add scrollbar in it. > i want to add scroll bar in my flow panel and i also want to fix my > flowpanel's size fit to screen size. > if anyone knows the solution pls tell me > thanks in adv.... > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" 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/google-web-toolkit?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" 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/google-web-toolkit?hl=en.
