The easiest way to implement scroll bars in Mendix is by implementing them in your page layout. On a layout you can add a scroll container. (for more information on Layouts: https://docs.mendix.com/refguide/layout/)
If that is not what you want, you can achieve a scroll container by implementing CSS styling on page elements.