Does anyone know what is the difference between ScrollViewer.ScrollToEnd() and ScrollViewer.ScrollToBottom()?
In Visual Studio 2022, the description of ScrollToEnd() and ScrollToBottom() is the same: "Scrolls vertically to the end of ScrollViewer content."
Nevertheless, there must be a difference, otherwise there would not exist both.
Thanks for your answers!