Sample Data
A list of 10 items in a single column representing data that exceeds visible area, requiring overflow scrolling.
| Cell | Value |
|---|---|
| A1 | Item 1 |
| A2 | Item 2 |
| A3 | Item 3 |
| A4 | Item 4 |
| A5 | Item 5 |
| A6 | Item 6 |
| A7 | Item 7 |
| A8 | Item 8 |
| A9 | Item 9 |
| A10 | Item 10 |
A list of 10 items in a single column representing data that exceeds visible area, requiring overflow scrolling.
| Cell | Value |
|---|---|
| A1 | Item 1 |
| A2 | Item 2 |
| A3 | Item 3 |
| A4 | Item 4 |
| A5 | Item 5 |
| A6 | Item 6 |
| A7 | Item 7 |
| A8 | Item 8 |
| A9 | Item 9 |
| A10 | Item 10 |
Set container height to show 5 items; enable overflow scrollingA +----+ | 1 | | 2 | | 3 | | 4 | | 5 | | 6 | | 7 | | 8 | | 9 | | 10 | +----+ Container shows rows 1 to 5; rows 6 to 10 hidden initially but accessible by scrolling.
Visible Container (height for 5 items): +--------+ | Item 1 | | Item 2 | | Item 3 | | Item 4 | | Item 5 | +--------+ Scrollbar on the side allows scrolling to see items 6 to 10.