Skip to main content
A newer version of this page is available. .

Pager Navigation Behavior

The RadioGroup and WindowsUIButtonPanel can be used as a pager for a set of controls. The pager automatically splits the target control’s contents into pages, and provides navigation buttons to scroll to corresponding pages.

PagerNavigation.gif

Supported controls

Behavior Settings

When adding a Pager Navigation Behavior, specify the following settings:

  • Target - specifies the control whose contents should be scrolled using a pager.
  • Pager - the pager control (RadioGroup or WindowsUIButtonPanel), which provides navigation buttons.

Tip

If using a RadioGroup as a pager, you can set the following additional properties:

Demo: Radio Group module in the XtraEditors MainDemo