#cp.ui.ScrollArea.Builder

Builder class for ScrollArea.


#API Overview

Methods - API calls which can only be made on an object returned by a constructor


#API Documentation

#Methods

Signaturecp.ui.ScrollArea.Builder:containing(contentBuilder) -> cp.ui.ScrollArea.Builder
TypeMethod
DescriptionSets the content Element type/builder to the specified value.
Parameters
  • contentBuilder - A callable that accepts a parent and uiFinder parameter, and returns an Element instance.
Returns
  • The Builder instance.
NotesNone
ExamplesNone
Sourcesrc/extensions/cp/ui/ScrollArea.lua line 61