About 55,500 results
Open links in new tab
  1. ScrollView - React Native

    Component that wraps platform ScrollView while providing integration with touch locking "responder" system.

  2. ScrollView - .NET MAUI | Microsoft Learn

    Feb 24, 2025 · ScrollView defines two ScrollToAsync methods, that asynchronously scroll the ScrollView. One of the overloads scrolls to a specified position in the ScrollView, while the …

  3. ScrollView | Apple Developer Documentation

    ScrollView can scroll horizontally, vertically, or both, but does not provide zooming functionality. In the following example, a ScrollView allows the user to scroll through a VStack containing 100 …

  4. ScrollView | API reference - Android Developers

    Build apps that give your users seamless experiences from phones to tablets, watches, headsets, and more. Adaptive apps . Android XR . Wear OS . Android for Cars . Android TV . ChromeOS …

  5. ScrollView Class (Microsoft.Maui.Controls) | Microsoft Learn

    Note: application developers should not nest one ScrollView within another. Additionally, they should refrain from nesting them other elements that can scroll, such as WebView.

  6. Using a ScrollView - React Native

    Jun 17, 2025 · The ScrollView is a generic scrolling container that can contain multiple components and views. The scrollable items can be heterogeneous, and you can scroll both …

  7. ScrollView Class (Microsoft.UI.Xaml.Controls) - Windows App SDK

    The ScrollView control is similar in behavior and usage to the ScrollViewer control, but is based on InteractionTracker, has new features such as animation-driven view changes, and is …

  8. Scroll viewer controls - Windows apps | Microsoft Learn

    Feb 26, 2025 · Important WinUI 3 has two different scroll viewer controls available: ScrollViewer and ScrollView. Whenever we speak generically about scroll viewer controls, the information …

  9. ScrollView in Android - GeeksforGeeks

    Jul 15, 2025 · In Android, a ScrollView is a view group that is used to make vertically scrollable views. A scroll view contains a single direct child only. In order to place multiple views in the …

  10. ScrollView vs ScrollViewer · microsoft microsoft-ui-xaml - GitHub

    Dec 6, 2023 · The ScrollView control is similar in behavior and usage to the ScrollViewer control, but is based on InteractionTracker, has new features such as animation-driven view changes, …