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.

-