About 53,600 results
Open links in new tab
  1. ScrollView - React Native

    6 days ago · Component that wraps platform ScrollView while providing integration with touch locking "responder" system. Keep in mind that ScrollViews must have a bounded height in …

  2. ScrollView - .NET MAUI | Microsoft Learn

    Feb 24, 2025 · The .NET Multi-platform App UI (.NET MAUI) ScrollView is a view that's capable of scrolling its content. By default, ScrollView scrolls its content vertically. A ScrollView can only …

  3. ScrollView | API reference - Android Developers

    Build AI-powered Android apps with Gemini APIs and more.

  4. Using a ScrollView - React Native

    6 days ago · 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 vertically and …

  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. 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 …

  7. Scroll viewer controls - Windows apps | Microsoft Learn

    Nov 25, 2025 · Scroll viewers enable content to extend beyond the bounds of the viewport (visible area). Users reach this content by manipulating the scroll viewer surface through touch, …

  8. 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 …

  9. Enable horizontal and vertical scrolling with ScrollView

    Jul 22, 2025 · Learn how to make content that exceeds the screen size scrollable using the ScrollView.

  10. ScrollView in Android - GeeksforGeeks

    Jul 15, 2025 · Click on File, then New => New Project. Choose “Empty Activity” for the project template. Select language as Kotlin/Java. Select the minimum SDK (According to the need). …