ScrollView vs ScrollViewer #9144
-
Legitimately, can someone in the know tell me the actual difference in use cases for both of these controls in WinUI3. Either I've missed some documentation somewhere that clearly defines it, or the Microsoft Docs just kind of say here's both enjoy. The reason for asking is that I'm using an Inverted Listview and the Community Toolkit exstension method for the ListView looks like under the hood it assumes a child control of ScrollViewer when using it's methods for essentially "Scroll To". However as ScrollView is only available for WinUI3 according to the microsoft docs my brain is telling me it's the better option, that coupled with some weird scroll issues I've seen with the scrollviewer I want to make the move across but not if it's the wrong overall choice. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview
|
Beta Was this translation helpful? Give feedback.
https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollview