Tony, I tried to replicate your problem, but couldn't. So I am going ahead with what I think may suffice as a solution. Try forcing the ScrollLeft and ScrollTop to zero during each switch

Code:
Private Sub mpgMyMultiPage_Change()

    mpgMyMultiPage.SelectedItem.ScrollLeft = 0
    mpgMyMultiPage.SelectedItem.ScrollTop = 0

End Sub