Scrollview in xy

Hi!
I have a window with a scrollview, but can’t get it scrolling in the x direction.
In y, I got it starting when using the autoheight parameter:

webix.ui({view:“window”, id:“my_win”, head:“Bild”, move:true, resize: true,
body: {view:“scrollview”, scroll:“xy”,
body:{ autowidth: true, autoheight: true, content: “imageWin”}}});

and the content:



The canvas is resized sometimes and display a modified image.

Thanks for any reply!
Best regards
Anders

The content was missing when having tags:
div id=“imageWin”
canvas width=2000 height=2000 /canvas
/div>