Autoscale
2 MIN READ
Summary: Learn how autoscale works.
Table of Contents
1. Remove Empty Space
If Autoscale is on, we are looking for differences in height between our widget and it's container. We do this in real-time.
What this means is that we update the the canvas when the widget changes it's height. This is useful when you want to remove empty space below a widget.
back up ↑
2. Display All Content
Cropped widgets don't display all their content at once. This is why Autoscale is also used to enlarge any canvas.
back up ↑
Further Reading
- Resize Mode - Get familiar with the available resizing options.
- FAQs - Frequently asked questions, answered.