jess-anders / two-way-gridview

An Android GridView that can be configured to scroll horizontally or vertically
650 stars 261 forks source link

scroll horizontal grid from code #30

Closed tinasolt closed 9 years ago

tinasolt commented 9 years ago

Hello,

i wonder if its possible to scroll the grid from code,

let me explain this way imagine this is my grid columns

column7 column6 column5 column4 column3 column2 column1

when gridd is shown the focus is on column7 but i want column1 to be focused. i thought scrolling from code can solve my problem but i couldn't do that, this problem is driving me crazy for couple of days.

i will appreciate your help.

tinasolt commented 9 years ago

i solve it. we have to call grid.setStackFromBottom(true); before setting the adapter for the grid then its focusing first column from right