setScrollable(_:)
Specifies whether the cells in the matrix are scrollable.
Declaration
func setScrollable(_ flag: Bool)
Parameters
- flag:
True to make all the cells in the receiver scrollable, so the text they contain scrolls to remain in view if the user types past the edge of the cell. If flag is False, all cells are made nonscrolling. The prototype cell, if there is one, is also set accordingly
See Also
Related Documentation
Scrolling Cells in the Matrix