Hello,
This is not possible to do it via scroll but you can do it if you click on a button to go from one tab to another.
In the OnClick method of the button, you simply pass a reference to your TabView, and use the TabView.SetPage method, to change the tab (by giving the index of the tab : 0, 1, 2...).
~ Yohan