Chronstruct / primitives

MIT License
3 stars 0 forks source link

ViewGroups #49

Open kylpo opened 4 years ago

kylpo commented 4 years ago

ViewGroups only contain and arrange children. A ScrollView is just a group with scrolling enabled. VirtualList is just a a lazy scrollview. Regular scrollview is eager by default.

1 dimension:

2 dimension:

Naming options:

References:

kylpo commented 4 years ago

ScrollViews are a means to provide a lot of content in a small amount of space

image