com.vaadin.pekka.resizablecsslayout.ResizableCssLayout

I am using ResizableCssLayout. I found ResizableCssLayout still take its original width once I set a width for it. I like it to take whole area when component is resized to pass some threshold value. In another word, I like to set ResizableCssLayout width programatically.

Jim