# ScrollContainer

## Example

```lua
e.ScrollContainer({
		Child = e.Container({
			Size = UDim2.fromOffset(100, 10000)
		})
})
```
