ScrollableView
The ScrollableView control is used to contain one or more controls that cannot all fit to the page height/width. The ScrollableView provides horizontal/vertical scrolling functionality.
The ScrollableView
inherits all the methods and properties from the base class View
.
Constructor:
constructor(parent: View)
Creates an instance of ScrollableView control.parent
: the View containing the control itself.