Scrolling problem in webclient

Good afternoon everybody.

I’m sure this problem has a solution but I do not find it. I have a table view form with +450 records and I have selected the record index 400. The user clicks on a button that shows another form and when exits form there my table view is shown again. The record is still selected but the scroll bar is at the top so the user has to scroll down to the selected record.

All this is in webclient.

I use Servoy 6.1.4 and I have set the
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_DEFAULT_SCROLLABLE, true);
application.putClientProperty(APP_UI_PROPERTY.TABLEVIEW_WC_SCROLLABLE_KEEP_LOADED_ROWS, true);

Any clue about this?

Thanks in advance.

Not currently possible with any Servoy settings or code.

Thanks David for the reply