PageView
The PageView is used usually as the main app view (left side of the Application Center). Each app can have one or more PageViews. They can be shown/hidden to simulate page flipping.
The PageView
inherits all the methods and properties from the base class View
.
Constructor:
constructor(parent: App)
Creates an instance of a PageView control.parent
: app itself.