Replies: 2 comments
-
I was actually just working this past weekend, for a side project, on what I called a |
Beta Was this translation helpful? Give feedback.
0 replies
-
Created #4103 for tracking for 7.1 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As a developer, sometimes the need arises to scale content based on the aspect ratio. E.g. when creating using UI Elements to convey diagrams (e.g. using Paths etc). Right now however, this is hardly possible. Developers could use ViewBox, however a ViewBox scales everything up meaning a border of 2px can become a border of 20px if the initial element was small and is getting scaled up to much. This is where the new [insert cool control name] control comes in that allows us to restrict an control to a specific aspect ratio but also allows it to scale up/scale down based on the available space.
Possible AC:
Beta Was this translation helpful? Give feedback.
All reactions