I'm still gonna look into using Mutable as you recommended in other video, but I'm still gonna follow along with this just because I'm curious to learn. One of the things struggled in this video was some weird squashing with images. If anyone else is following along. The SizeBox that wraps the vert/scrollbox was 128 high, and tried making the images 128 high, they looked fine until the scrollbox added the slider, then they had contention and it caused squashing. Adjusting the outer sizebox to like 160, so that the images size box could be 128 + room for scroll would fix that squashing.
I'm still gonna look into using Mutable as you recommended in other video, but I'm still gonna follow along with this just because I'm curious to learn.
One of the things struggled in this video was some weird squashing with images. If anyone else is following along. The SizeBox that wraps the vert/scrollbox was 128 high, and tried making the images 128 high, they looked fine until the scrollbox added the slider, then they had contention and it caused squashing. Adjusting the outer sizebox to like 160, so that the images size box could be 128 + room for scroll would fix that squashing.