Hi,
I've put an oversized canvas element inside a Scroll container and now it 
should be scrollable, but I just don't get any scrollbars?
- Did I forget so set sth.?


var main_container = new qx.ui.container.Composite();

var layout_manager = new qx.ui.layout.Canvas();

main_container.setLayout(layout_manager);


var scroll = new qx.ui.container.Scroll().set({
  width: 930,
  height: 610
});


canvasW =new qx.ui.embed.Canvas();


canvasW.set({
  width: 1910,
  height: 1545,
  canvasWidth: 1910,
  canvasHeight: 1545,
  syncDimension: true
});


scroll.add(this.canvasW, {
  left: 0,
  top: 0
});


main_container.add(scroll);





Thanks in advance!

Sebastian Stelmasik




------------------------------------------------------------------------------
Monitor Your Dynamic Infrastructure at Any Scale With Datadog!
Get real-time metrics from all of your servers, apps and tools
in one place.
SourceForge users - Click here to start your Free Trial of Datadog now!
http://pubads.g.doubleclick.net/gampad/clk?id=241902991&iu=/4140
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to