7. Add Scroll to a Long List

When your list has more items than fit on one screen, you can make it scroll independently. This is essential for realistic prototypes. The list scrolls while the header stays fixed in place.

Scrollable list in a phone frame
Adding scroll: The list frame has a Fixed height and Vertical scrolling enabled. The phone frame has Clip content checked. Result: the list scrolls while the header stays in place. Works in Prototype mode.
  1. Select the Auto Layout frame that contains your list items
  2. Add enough items so the list is taller than the space you want to show — for example, 6 or 7 account cards when only 4 fit on screen
  3. With the list frame selected, look at the right panel under the Prototype section
  4. Find the Overflow dropdown.
  5. Click it and change from No scrolling to Vertical scrolling
  6. Now set a fixed height on this frame. Either:
    • Drag the bottom edge of the frame upward until it's the height you want, or
    • Click the Height dropdown and choose Fixed, then type a number (e.g. 500)
  7. The frame now shows a dashed outline at the bottom edge — this means content extends beyond what's visible
  8. Make sure the parent frame (e.g. your phone screen) has Clip content enabled. Select the parent, look in the Layout section, and check the Clip content box
  9. Switch to Prototype mode: click the Prototype tab in the right panel, or press Shift + E
  10. Click Present (the play button in the top-right) or press Shift + Space
  11. In the prototype preview, hover over the list and scroll with your mousewheel or trackpad
  12. The list scrolls up and down while the header and other elements outside the list stay in place

Important notes

Tip

For a realistic phone prototype, your phone screen frame should have Clip content enabled. This hides anything that extends beyond the screen edges, just like a real phone does. It's a small checkbox in the Layout section when you select the phone frame.