Hi there !
I would like to scroll my table to a given cell. I use the scrollViewPortTo function to do so.
However, I also want to refresh the table periodically. When I do so, the table first loads, and then scrolls to the given cell. It results in a very short flickering where during a few miliseconds, the table is left aligned, before scrolling.
Is there a way to avoid this flickering ?
My idea was to scroll before the rendering, but it does not seem to work.
Is there a way to do this ?
Yours,