Using Qooxdoo I want to have a window that only contains a HTML SVG element. This SVG shall use the full available size in the resizable window. And when the window gets too small automatically scrollbars shall appear so that the SVG content is still completely visible (when the user scrolls accordingly)
How can I achieve that?
The some key moments of my solution are:
qx.ui.embed.Htmlas wrapper of svg markupqx.ui.container.Scrollto make a container or widget scrollableminWidthandminHeightof widget to stop reducing its sizeallowShrinkX: falseandallowShrinkY: falseThe following code contains all above mentioned things: