Sunday, August 12, 2012

Re: [android-developers] ScrollView and Gridview Problem, Result; Not scrolling

As far as I can tell, the problem is that you have a GridView inside your ScrollView...  You cannot put any sort of scrolling container, such as a GridView, ListView, etc inside a ScrollView without running into problems.

http://stackoverflow.com/questions/4523609/grid-of-images-inside-scrollview
http://stackoverflow.com/questions/7952220/android-gridview
http://stackoverflow.com/questions/9889255/how-to-add-multiple-gridviews-to-a-scrollview-in-android-java

Thanks,
Justin Anderson
MagouyaWare Developer
http://sites.google.com/site/magouyaware


On Sun, Aug 12, 2012 at 8:11 AM, Mustafa Musa ÜLKER <musaulker@gmail.com> wrote:
Hello,

I have a ScrollView problem. I want my whole screen scrolled but as I had long-textviews and elements it doesnt scroll. How can I create a scrollview that scrolls whole screen?

Here is my layout:


Thanks

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment