Implentations of vertical and horizontal Layouts with scroll bar
EDIT: Vaadin 14 now has the Scroller
component in their core, which basically makes this here obsolete. https://vaadin.com/docs/v14/ds/components/scroller
I haven't checked their implementation, but I would assume they did it better than me.. ;)
In Vaadin Flow, there is no Layout with a provided scroll bar. In Vaadin 8, you could use Panel.
Now you can use this add-on, which includes 2 classes: VerticalScrollLayout and HorizontalScrollLayout.
They can be used just the same as their nonscrollable VerticalLayout and HorizontalLayout counterparts.
Compatible with Vaadin 14 - bower AND npm mode.
Install
Framework Support
Vaadin platform 13+
Install with
Release notes - Version 2.0.2