Type Function Library widget.* Return value Number Revision Release 2024.3703 Keywords widget, scroll view, ScrollViewWidget, setScrollHeight See also object:setScrollWidth() widget.newScrollView() ScrollViewWidget
Updates the scrollable content height of a ScrollViewWidget, meaning the total amount that the user can scroll the view in the vertical direction.
object:setScrollHeight( newHeight )
Number. The new scrollable content height.
scrollView:setScrollHeight( 2000 )