UIPageLayout

Show Deprecated

Creates a paged viewing window, like the home screen of a mobile device. You can use a UIPageLayout by parenting it to a GuiObject. The UIPageLayout will then apply itself to all of its GuiObject siblings.

Summary

Properties

Properties inherited from UIGridStyleLayout

Properties

Methods

Events

Properties

Animated

Read Parallel

Circular

Read Parallel

CurrentPage

Read Only
Not Replicated
Read Parallel

EasingDirection

Read Parallel

EasingStyle

Read Parallel

GamepadInputEnabled

Read Parallel

Padding

Read Parallel

ScrollWheelInputEnabled

Read Parallel

TouchInputEnabled

Read Parallel

TweenTime

Read Parallel

Methods

JumpTo

()

Parameters

page: Instance

Returns

()

JumpToIndex

()

Parameters

index: number

Returns

()

Next

()

Returns

()

Previous

()

Returns

()

Events

PageEnter

Parameters

page: Instance

PageLeave

Parameters

page: Instance

Stopped

Parameters

currentPage: Instance