ScrollView
@wq/material’s <ScrollView/>
component is a <View/>
that scrolls if children overflow height. <ScrollView/>
is often used to wrap <List/>
and <Form/>
. <ScrollView/>
is analogous to overflow-y:auto
in HTML.
Source
While @wq/react defines a placeholder implementation, @wq/material’s versions are more useful as reference: