--- uid: Uno.Controls.ScrollViewer --- # ScrollViewer in Uno Platform The `ScrollViewer` represents a scrollable area that can contain other visible elements. For more information about its usage, see [Microsoft API reference for ScrollViewer](https://learn.microsoft.com/windows/windows-app-sdk/api/winrt/microsoft.ui.xaml.controls.scrollviewer). ## ScrollViewer visual diagram The `ScrollViewer` is a more intricate control and it's not always easy to have a good overview/understanding of some of its properties. So, here is a more visual diagram to better understand how some of the main ScrollViewer properties are supposed to behave. ![ScrollViewer Visual Diagram](assets/scrollviewer/scrollviewer-diagram.png)