Scrolling a VerticalLayout within a Dialog

Hi, I know I’m late but I have found a proper solution to your problem in my topic.

You have to add containerLayout.setMinHeight(0, Unit.PIXELS); I have checked it and it works with your code.