Flexibly size your elements using fixed and responsive units.
Eements on the forms can be sized using the following units.
Fit
Containers will resize automatically to fit any content placed inside, making automatic layouts a breeze.
Fill
Enables containers and groups to grow to fill the view, allowing for centered forms and more.
Pixels (PX)
Set the dimensions of a container or group to an exact numeric pixel value.
What dimensions should I use for my containers and elements?
Use Fit if you want the container to be responsive to your element and maintain an exact scale regardless of the screen size.
Use Fill if you want the container to grow as wide as the screen size allows. Great for 100% scale elements on mobile.
Use exact PX if you want a fixed container for your element. Great for 100% scale elements on desktop.
Use multiple fill containers to create equal spacing.
Percentage elements will take priority over fill elements. For equal spacing, place your 100% element inside a fill container next to other fill containers.
Ex. 2 fill containers in a group = 50% each. 4 fill containers in a group = 25% each.
