Closed thomaslsimpson closed 8 years ago
Docs for ScrollView say to use "useLayoutBounds" to let the scrollview automatically figure the bounds. The code sets "useLayoutBounds" in the defaults but then checks for "useContentBounds" when it comes to actually figuring things out.
Okay. Wasn't looking. This is a timestep issue. I'll move it over there. My bad.
Docs for ScrollView say to use "useLayoutBounds" to let the scrollview automatically figure the bounds. The code sets "useLayoutBounds" in the defaults but then checks for "useContentBounds" when it comes to actually figuring things out.