Page
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active page at any given time.
Last updated
Was this helpful?
Represents a web page that fills the browser and acts as the main container for the application. An application can have only one active page at any given time.
Last updated
Was this helpful?
The Page
control is the center point of activity in a Wisej.NET application. It's a container used to show content to a user (alongside the and ).
Only one Page
can be shown to the user at a time.
There are several ways to navigate between pages in a Wisej.NET application.
Using the Show()
method on a Page
instance will show the page to the user, replacing any previously-displayed page.
If a Page
needs to be replaced, set the Application.MainPage
property.
Switching the application's page will not affect the shown Form
instances.
The AutoScroll
property of the Page
control determines whether scroll bars automatically appear when the control contents exceed its visible area.
Class name
"wisej.web.ScrollablePage"
Theme appearance
Child components
Source code
"page", see .
"pane" is the page. See .