ScrollView for Xamarin.Android: Overview

RadScrollView is widely based on the traditional Android ScrollView component and extends its functionality by introducing support for simultaneously scrolling horizontally and vertically. The component exposes API to control the scrolling behavior whereas three scrolling modes are available:

  • Horizontal
  • Vertical
  • Both

Telerik UI for Xamarin Ninja image

The ScrollView is part of Telerik UI for Xamarin, a professional grade UI component library for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.

The component preserves the API of the original ScrollView as documented on the official Android Documentation website.

In this article