Types/StretchRule

From Official Factorio Wiki
Jump to navigation Jump to search

The prototype docs have moved to a new website with an improved format. This documentation page can now be found here: https://lua-api.factorio.com/latest/types/StretchRule.html

This wiki page is no longer updated and will be removed at some point in the future, so please update your browser bookmarks or other links that sent you here. If you'd like to contribute to the new docs, you can leave your feedback on the forums.


A string. This is used by StyleSpecification to set whether a GUI element can be stretched and/or squashed. The possible values are listed below.

"on"

Stretching/squashing is enabled.

"off"

Stretching/squashing is disabled even when the container contains stretchable/squashable elements.

"auto"

Stretching/squashing depends on the contents of the layout, for example a flow with stretchable element gets stretchable.

"stretch_and_expand"

Used only for stretchable (not squashable) properties on scroll panes, labels, checkboxes and radiobuttons. The element this is set on expands its size to maximum and is stretched at the same time. This means the element takes up its maximum size even before its contents require it.