Results 11 comments of Ross Wang

Might this be a case of wanting `options.scales.{x, y}.ticks.includeBounds = false`? https://codepen.io/AsturaPhoenix/pen/KKeMKXo

I wonder if, as part of this kind of rewrite, it'd be worthwhile to consider `DraggableScrollableSheet` use cases as well. I haven't looked too deeply into `NestedScrollView` itself, but `DraggableScrollableSheet`...

> The log seems to be missing, there's only the first few li es. > > Can you install the latest scatterer, get in game, bring up the ui (alt...

Yep, so far so good, with the updated dll and Scatterer/config/config.cfg `Scatterer_config` / `useLowResolutionAtmosphere = true`, looks reasonable and didn't crash. Thanks!

Pushed an update that fixes the failure to settle caught in CI. Remaining known issues: * Conflicts when dragging while another scroll position is animating. * Flinging the inner scrollable...

Fixed above issues. Discovered new issue: Dragging an inner list scrolled to its bottom upwards does not scroll the outer sheet, even though it probably should. A subtlety of note...

(This is still a draft with many missing tests for the earlier commits in this PR, as well as outstanding edge cases, but any feedback is always welcome!)

This PR is ready for review. There is a remaining strange interaction with `DraggableScrollableSheet` containing a `SingleChildScrollView` where when the child is scrolled to the end, it doesn't properly stay...

> > This allows DraggableScrollableSheet to be used with multiple scrollable children without needing NestedScrollView > > Does this mean developers need to make their own nested scroll view? No;...

> > In actuality there are a number of other edge cases it doesn't handle well, most of which this PR fix. > > What are these edge cases? Are...