Skip to content

VerticalExpandingList :function

function VerticalExpandingList(Scope: Scope): (props: VerticalExpandingListProperties) -> Frame
Initializes the component and returns a new function to create that component, which is a Frame that uses AutomaticSize for the Y axis and contains a UIListLayout.

Default Syntax

local VerticalExpandingListComponent = require(StudioComponents.VerticalExpandingList)
local VerticalExpandingList = VerticalExpandingListComponent(Scope)

Shorthand

local VerticalExpandingList = require(StudioComponents.VerticalExpandingList)(Scope)

Parameters

Scope: Scope The Scope the component will be initialized in.

Returns Function

Parameters

props: VerticalExpandingListProperties The table which contains the properties of the component that will be created.

Returns

Frame