Scroll down Table by Code

Hello all,

I am adding different rows in a table using a button. When the visible area is exceeded, the rows are always appended below. Unfortunately, I don't have a visual control anymore, which data has been inserted and I have to scroll down again and again. Is there a way to always show the last inserted row, so that you can see the last inserted data? Quasi to scroll down the table by code after each insertion of a row. I have not found anything in the wiki.

I am aware that I could re-sort the table and see the newest entry always on top, but for my purpose it would be better to not change the order of the rows but only to "scroll down" by code.

Thanks a lot
Vici

Sadly, I don't think so.