The PageSelector navigation graphical component allows users to switch between different pages within a client application. Its primary purpose is to enhance the display navigation experience by providing a user-friendly interface for page selection. The main functionalities include displaying the pages in your solution. Usage involves selecting pages and presses through the configured buttons.
On this page:
Table of Contents | ||||
---|---|---|---|---|
|
Requirements
This components runs only on Windows, on RichClient and SmartClient clients. component is Portable. It runs both on Windows (WPF) and on Web Pages hosted in any platform.
Configuration
- Go to Displays / Draw.
- On the Components Panel, select Navigation, then PageSelector.
- Click or drag-and-drop it on the Drawing area to use it.
- Double-click the component to open the configuration window.
- In
Configuration
To configure, double-click to open the configuration popup, and in- the Settings tab, insert the 'Client.SelectedPage' in the SelectedPage field
- .
- Check the Show Search Box option, and set up a button to close the current display and open the selected one.
Runtime Execution
The PageSelector Control allows users to switch between different pages within a client application. When the solution runs, users can interact with the PageSelector Control to navigate through various pages in the application.
This control is particularly useful in scenarios where seamless navigation between different sections of an application is required, such as in client applications where users need to access various pages quickly and efficiently.
In Runtime, the control has embedded controls to allow the Operator to modify the view. Typically the configuration settings of <> is attached to a Tag exposed in the Display User Interface, allowing the operator to select <.>.
In this section:
Page Tree | ||||
---|---|---|---|---|
|