Responsive Component Sizing

In the Vaadin demo, they provide a neat way to allow the user to expand or reduce the component. They provide two arrows, in and out, that I would also want to mimic. Is there anyone that has done this that could point me in the right direction. This is exactly what I want in my project.

Thanks!

Regards,
Eric

Hi Eric. Have you taken a look at my add-on
ResizableCssLayout
? Wrap the component you want to resize to that and give it 100% size.

If it doesn’t do it for you and you think it needs improvements, feature requests are welcome.

Cheers,
Pekka

Pekka-

Very cool…thanks! I will definately try it out.

Regards,
Eric