Hi,
is it possible to get vertical and horizontal scrollbars? I tried using a VerticalScrolllayout inside a HorizontalScrollLayout but it does not work for me.
Thx for this component.
Hi,
is it possible to get vertical and horizontal scrollbars? I tried using a VerticalScrolllayout inside a HorizontalScrollLayout but it does not work for me.
Thx for this component.
Hi Thomas,
I think I forgot about that usecase. I’d have to add that in the next version, but to be honest I don’t know if I will, as by now there exists a Scroller
component from vaadin itself that makes my ScrollLayout obsolete. Check it out here: https://vaadin.com/docs/v14/ds/components/scroller
Let me know if that wouldn’t work for you, because then I will include that in my next version. Thank you