I've been looking all over the place to find the solution to this but haven't had success. I have a Sketchflow project and I want to scale every Screen to the browser resolution on running, as in scaling every element of the current Layout to fit the screen.
Asked
Active
Viewed 109 times
1 Answers
0
Do you want the objects themselves to get bigger to fill the screen or to spread out? For objects to get bigger you can wrap the whole thing in a ViewBox.

Chuck Hays
- 1,194
- 1
- 6
- 7
-
I want them to get biger to fill the screen but during runtime. – user1884040 Dec 07 '12 at 20:56
-
But doesnt the viewbox scales its children (if theres a canvas inside) to fit the usercontrol size? – user1884040 Dec 07 '12 at 20:57