[android-developers] Re: horizontal scrolling in GridView control

2010-09-22 Thread nextgen
I'm not 100% sure, but I think it would do only most of it. I need each row to contain 17 individual cells, each with multiple widgets (like an imageview and a textview). Then I need each one of those 17 cells, in each of 32 rows, to be clickable, so that I can record some data and change the

[android-developers] Re: horizontal scrolling in GridView control

2010-09-22 Thread Bret Foreman
I think this will be much easier in Java. Then you can set the onClickListener as you create the widgets. ScrollView contains TableLayout contains Table Rows contain TextViews and ImageViews (each with the onClickListener set for the right action) On Sep 22, 11:32 am, nextgen

[android-developers] Re: horizontal scrolling in GridView control

2010-09-21 Thread nextgen
Count me in as another who has this problem. It's a real disappointment that this cannot be done. But, it seems clear you can't do it. So does anyone have any elegant work-arounds yet? I want to create a grid of 17 columns and 32 rows (an NFL Schedule grid). I was hoping to do it with a

[android-developers] Re: horizontal scrolling in GridView control

2010-09-21 Thread Bret Foreman
It seems like a TableLayout inside of a ScrollView would do this. Or am I missing something? -- 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

Re: [android-developers] Re: horizontal scrolling in GridView control

2010-08-04 Thread Jerry Fan
but gallery does center lock automatically. Do you know a way make items shown from left to right and not moving to center upon selected? On Fri, Jul 16, 2010 at 6:32 PM, Namrata puranik.namr...@gmail.com wrote: I had the same issue, I am using gallery instead of grid for this. On Jul 16,

[android-developers] Re: horizontal scrolling in GridView control

2010-08-04 Thread Abilash
I also has the same issue On Jul 16, 3:32 pm, Namrata puranik.namr...@gmail.com wrote: I had the same issue, I am using gallery instead ofgridfor this. On Jul 16, 3:17 pm, CMF manf...@gmail.com wrote: i have the same question, anybody know the answer? On Jun 23, 3:39 am, dharmveer

[android-developers] Re: horizontal scrolling in GridView control

2010-07-16 Thread CMF
i have the same question, anybody know the answer? On Jun 23, 3:39 am, dharmveer dharmv...@gmail.com wrote: Hi, Instead of the currently implemented vertical scrolling in theGridViewcontrol, I want to scroll horizontally. So, I want to be able to move left and right by swiping left/right so

[android-developers] Re: horizontal scrolling in GridView control

2010-07-16 Thread Namrata
I had the same issue, I am using gallery instead of grid for this. On Jul 16, 3:17 pm, CMF manf...@gmail.com wrote: i have the same question, anybody know the answer? On Jun 23, 3:39 am, dharmveer dharmv...@gmail.com wrote: Hi, Instead of the currently implemented verticalscrollingin