Changes between Version 2 and Version 3 of Scrolling
- Timestamp:
- Jan 31, 2019, 11:25:42 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Scrolling
v2 v3 5 5 == Scrollable areas 6 6 7 The ScrollableArea base class represents a region that is scrollable. It's the base class for ScrollView, RenderLayer (for overflow scroll) and for list rendering. 7 8 9 ScrollableArea provides some basic geometry info and functionality for scrolling snapping(?). It's only usable from the main thread. 8 10 9 11 == Scrolling features 12 13 == Scrolling and RTL 10 14 11 15 === Rubber-banding ("bouncing") … … 35 39 36 40 ==== ScrollingTree 37