* @param style
* the style to use
*/
public ScrolledPageBook(Composite parent, int style) {
super(parent, style);
pageBook = new WrappedPageBook(this, SWT.NULL);
setContent(pageBook);
pages = new Hashtable();
setExpandHorizontal(true);
setExpandVertical(true);
this.addListener(SWT.Traverse, new Listener() {