Intersoft Support Center

Configure Node for Navigation

You can either use keyboard or NavigateURL to configure node for navigation.

This topic will show you how to use keyboard and NavigateURL.

To allow keyboard navigation in WebTreeView

  1. Right click on WebTreeView instance and choose Properties to open its Properties window.
  2. Set the AllowKeyboardNavigation property to True.
  3. Run the project.

To configure NavigateURL and Target properties

  1. Click WebTreeView instance and press F4.
  2. Click the Collection button in DataBindings property to show WebTreeView DataBindings Editor.
  3. Click the nodes inside Selected data bindings section.
  4. Set the NavigateURL to the defined URL and Target property to describe where the URL will be shown.


  5. Run the project.
Previous Next