Type Function Library widget.* Return value Number Revision 2017.3060 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 )