UIListLayout

UIListLayout : UIGridStyleLayout

Overview

Properties

Padding

UDim

Spacing between consecutive items in the list. Supports scale and offset; applied along the list’s primary direction.

Code Samples

Wraps

bool

When true, items overflow onto a new row or column once the available space along the primary direction is filled. When false, items are laid out in a single line.

Code Samples

Methods

Events

Last updated