Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Columns.StretchMode

Indicates how the size of a stretchable column in this collection should get automatically adjusted as other columns or its containing view get resized. The default value is Columns.StretchMode.Grow.
Read time 1 minuteLast updated 8 days ago

Definition

public enum Columns.StretchMode

Fields

Value

Description

GrowThe size of stretchable columns is automatically and proportionally adjusted only as its container gets resized. Unlike Columns.StretchMode.GrowAndFill, the size is not adjusted to fill any available space within its container when other columns are resized.
GrowAndFillThe size of stretchable columns is automatically adjusted to fill the available space within its container when this container or other columns get resized