Tablebox() - how to set focus to specific row?
Hi, lets say I have a Tablebox() with many rows. (e.g. 1000 rows) In this case it does an automatic vertical scroll bar. (good as there are many rows) But how to set focus to say the n=685th row as focus? Is there a specific command or method? In this way, by focus, I mean a command that will automatically scroll the vertical scroll bar to the n=685th row. (so that a user doesn't have to ma...