You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
to display my program's logs, I'm adding rows in real time using refresh and generator.
I'd like that the list automatically scrolls to show the newly added items if the last item was in view,
but doesn't change if not (the user is looking at another part of the logs).
Whenever I 'refresh', the list scrolls back to the first item.
Is it possible ?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
to display my program's logs, I'm adding rows in real time using refresh and generator.
I'd like that the list automatically scrolls to show the newly added items if the last item was in view,
but doesn't change if not (the user is looking at another part of the logs).
Whenever I 'refresh', the list scrolls back to the first item.
Is it possible ?
Thanks
The text was updated successfully, but these errors were encountered: