Hi all, i am working on a project and in that i have to scroll whole rowlist's rows when i press left or right button. like if the focus is on 0 index of row 1 and i press right button on remote i want all rows to do same as row 1 do.
to be more specific I want all rows to show me the item of focused index. like i focus is on "nth" row and it's "ith" column is selected i want any other row to jump or animate to their "ith" column.
thanks in advance.