InQBarna/TableFixHeaders

Autoscroll using one column

Closed this issue · 8 comments

Hi,

Is it possible to Autoscroll using one column?

Thanks.

Sorry but I don't understand what do you mean.

OK, At the moment I have one column with data that can be scrolled horizontally in both directions to view more data. Is it possible to Autoscroll the table to a certain x and y point so we can view more data in that one column?

You can use scrollTo or scrollBy

I have tried both scrollTo and scrollBy but they don't work. I am using a TableLayout to display my data.

The native TableLayout dont have double scroll. And I think this question is not realated with TableFixHeaders. If you have problems with native views ask at stackoverflow.com

I am using TableLayout as a view in TableFixHeaders. TableFixHeaders only has one column with a TableLayout within it. The TableLayout has many rows that scrolls horizontally to view more data. I wanted to know if it is possible to autoscroll TableFixHeaders to a certain x and y position also keeping in mind that TableFixHeaders only has one column with many rows that scroll horizontally to view more data due to the TableLayout being a view within TableFixHeaders?

tableFixHeader.scrollTo(x, y) should work to accomplish what you want.

That's weird, I have just tried again and it is starting to work now, Thanks.