When adding TabView inside a ScrollView, if the TabView is offscreen, it seems to send some signal to the ScrollView to change its scrollview vertical offset position. Even the simple TabView example from WinUI3 Gallery sample acts the same.

The expected behavior would be in my humble opinion to leave the ScrollView to Offset position 0 but it seems not the case.
Does anyone know a work around?
I finally found out two work around. TabView seemed to be requesting a BringIntoViewRequest.
Handled, then it won't trigger the ChangeView event of the ScrollView.