From 55f3fc6f00050ca672220a0feba2d67e54b5d151 Mon Sep 17 00:00:00 2001 From: Website Deployment Script Date: Wed, 19 Feb 2020 13:41:15 +0000 Subject: [PATCH] Deploy website Deploy website version based on 82cc079bf0238c381f7a16fc0b43cb7f61f08c52 --- docs/next/using-a-scrollview.html | 86 +++++++++++++------------ docs/next/using-a-scrollview/index.html | 86 +++++++++++++------------ 2 files changed, 88 insertions(+), 84 deletions(-) diff --git a/docs/next/using-a-scrollview.html b/docs/next/using-a-scrollview.html index e0995fccb14..1cedb53ad6a 100644 --- a/docs/next/using-a-scrollview.html +++ b/docs/next/using-a-scrollview.html @@ -70,52 +70,54 @@ });
Edit

Using a ScrollView

The ScrollView is a generic scrolling container that can contain multiple components and views. The scrollable items need not be homogeneous, and you can scroll both vertically and horizontally (by setting the horizontal property).

This example creates a vertical ScrollView with both images and text mixed together.

-