I can’t seem to figure out how to allow my component to scroll.
The ! says it needs to be bigger than the frame which it is and no matter how many times I try to make it larger than it already is, the ! still doesn’t go away.
I’ve tried restart starting the app and my computer but it still doesn’t work.
Any help would be amazing, thanks
Hi!
If it’s a frame in a component instance that you are trying to specify scrolling on, that won’t work. You’d have to specify scrolling in the master component in that situation.
Otherwise, it should work, assuming the frame that you are adding scrolling to has a direct child that exceeds its bounds.