Scrolling in table Panel

Hi,

By looking at some examples, i noticed that scrolling in table panel was implemented by using

table.topIndex = scrollPositionIdx;

The issue is that we scroll row by row.
I’d like to implement a ‘constant/regular’ scrolling, is there a simple way to set the Y top offset of the table ? I am just looking for some ideas to get me started in the good direction… Thanks

I think the answer is unclear – there’s no simple way to do what you want, but you can do most of what I assume you want. We’ll investigate this tomorrow or later this week to see what’s feasible.