Data initially displaying in the center (y) of the tableview

I am having an issue where the tableview data is initially displaying in the middle (y) of the table view. It has begun to occur since I upgraded from build 2188. Anyone have an idea??

Thanks in advance.

After testing a few versions, it appears to have begun with build 2189.

Are you saying items inserted in the onRowRender() function are centering in the row or are row’s centering on the page when there are only a few rows?

Thanks

Rob

row’s centering on the page when there are only a few rows.

Hey guy.stockwell,

Could you provide a minimal testcase we can use? 2189 had a single change related to the tableview, and that for resetting the velocity of the tableview when calling scrollToY on it. 

Thanks,

alex

Will do!

Unfortunately this is can it take a little longer than anticipated. I tried to just cut out the table view into a separate lua  file but I could not replicate the problem. I will have to find another way to skinny it down and send it to you.

After testing a few versions, it appears to have begun with build 2189.

Are you saying items inserted in the onRowRender() function are centering in the row or are row’s centering on the page when there are only a few rows?

Thanks

Rob

row’s centering on the page when there are only a few rows.

Hey guy.stockwell,

Could you provide a minimal testcase we can use? 2189 had a single change related to the tableview, and that for resetting the velocity of the tableview when calling scrollToY on it. 

Thanks,

alex

Will do!

Unfortunately this is can it take a little longer than anticipated. I tried to just cut out the table view into a separate lua  file but I could not replicate the problem. I will have to find another way to skinny it down and send it to you.