Hi! I'm working on a prototype for an e-commerce site, and I've added some information inside dropdowns. However, I'm not sure how to make the screen adjust dynamically when I open or close those dropdowns.
Right now, I want the dropdowns to start closed, and only open when the user clicks on them. I have each dropdown set up with Auto Layout, and it works well if I keep the screen frame at a large height — as if all dropdowns were already open. But when I close them while the frame still has that large height, the prototype ends up with extra empty scrolling space.
How can I make the screen size adapt automatically when dropdowns are opened or closed? I tried putting the whole screen in Auto Layout, but then scrolling stops working. I'm kind of lost.
Let me know if something i wrote its not understandable. English is not my first language.
Thank You


