object:setIsLocked()

Type Function
Library widget.*
Revision Release 2024.3703
Keywords table view, list view, TableViewWidget, setIsLocked
See also widget.newTableView()
TableViewWidget

Overview

Sets a TableViewWidget to either locked (does not scroll) or unlocked (default behavior).

Syntax

tableView:setIsLocked( isLocked )
isLocked (required)

Boolean. Set to true to lock the table view; false to unlock the table view.