This is often seen in applications, especially graphic applications to even zoom to the pixel level of a picture. But also users with impaired eyesight would like to make everything look bigger.
So, I tried with the scalefactor, putting the elements of the background pane into a group and have the group be scrollable using the mouse (which shall turn to a hand icon when the mouse is down). So, basically, the user is scrolling around the group.
The problem here is that I can not figure out a way of keeping the original window in the same size and location. I just want the content to zoom, not the whole window. A scaled-up/down window also changes the location on the screen. And the window shall stay on the screen where it is or where the user moved it and keep its rectangle.
One way, I am thinking, might be using two stacks, one as the outer frame and inside transparent, and the other one showing up and scaling inside. But to keep two windows (also not good for mobile) is not really my desire. And I am not sure if I could even place a secondary window with a changing scale factor inside the primary "frame" window.
Or, possibly, I am just lost a bit...
Any suggestions?
