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:


Requirements

This component is Portable. It runs both on Windows (WPF) and on Web Pages hosted in any platform.


Configuration

  1. Go to Displays / Draw.
  2. On the Components Panel, select Navigation, then PageSelector.
  3. Click or drag-and-drop it on the Drawing area to use it.
  4. Double-click the component to open the configuration window.
  5. In the Settings tab, insert the 'Client.SelectedPage' in the SelectedPage field.
  6. 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 this section:

  • No labels