Style style = resources.customScrollPanelStyle();
style.ensureInjected();
setStyleName(style.customScrollPanel());
// Initialize the layout implementation.
layout = new Layout(getElement());
/*
* Apply the inline block style to the container element so it resizes with
* the content.
*/