Scrolling page starting at the bottom

I have a page with all of my cameras and it scrolls. When I open it now, it always starts at the bottom. Is there a setting to get it to always start from the top of the page?

You can’t really control the behavior of the ScrollViewer. I have no idea why it would start at the bottom. They usually start at the top unless you revisited the page & it restored your previous location.

…or maybe I do, what’s on the page? Do you have a MediaElement near the bottom?

When developing the new RTSP player for Android I started with the standard VideoView code from Google. It requests focus whenever that control loads. Requesting focus will automatically scroll to the bottom. I’ll try removing that in the next release because I don’t think that is necessary.

Yes, there’s a media element at the bottom of the page. Awesome, thanks!