ScrollLayout - Vaadin Add-on Directory
Implentations of vertical and horizontal Layouts with scroll barEDIT: 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.
githubScrollLayout version 2.0.0
Using Vaadin 12.0.2
ScrollLayout version 2.0.1
added method overrides for addComponentAtIndex(int index, Component component)