I was wondering what's the actual difference between ScrollViewer.ScrollToHome() and ScrollViewer.ScrollToTop().
Are they the same?
The documentation for both says:
Scrolls vertically to the beginning of the ScrollViewer content.
I think it is very unusual to have two methods in the .NET Framework with different names, doing the same. Is it?