ScrollContainerElement
The ScrollContainerElement embed elements or layouts, and manage scrollbars.
The ScrollContainerElement is under construction.
...
var aScrollContainer = new ScrollContainerElement(new ImageElement("./res/images/Final.jpg"));
aScrollContainer.insert("#scroll");
...