There was already a discussion in the server on how to implement this. My current solution would be: Make a ui.ScrollArea container. It allow you to only add one element into it. If the element is bigger, it will show a scroll bar and allow you to use the scroll wheel.
Scroll are is implemented. Scrollbar is todo.