Servoy 5.1 rc 3

yes i already said that above.

also you can see that in the example of mine.

The tableview scrollbar is stable.

If you just scroll the tableview to a certain position. But dont touch the selection.
Then go to another view and back again to that tableview. Then we show a tableview but the selection is not visible, because it is still on the exact same position you left it in.

That is as far as i know the only way that we dont set the selection visible.

all other stuff that you do on the form when it is not visible will result in a scroll to the selection:

1> so setting the selected index
2> loading a different foundset
3> first time a form is loaded (but thats kind of the same is point 2)

But if nothing no changes happen when the form was invisible. so no foundset changes, no selection changes, then the scrollbar stays that the position it was in
We dont suddenly are going to scroll to the (first we now have multiselect!) selection when you switch between forms or tabs.