New to Telerik UI for WinForms? Download free 30-day trial

Architecture

RadPageView aims to provide a full replacement for the currently existing RadTabStrip and RadPanelBar controls by shipping the same functionality with a simpler approach and improved performance. This new control is based on a very flexible and extensible platform that is fully compatible with the Telerik Presentation Framework, and allows implementing different layout scenarios as quick as never before.

The architecture of this control is pretty simple. It consists of pages which have associated items that can be used to show the corresponding page. A specific layout strategy arranges the pages and the items so that the end look and feel is achieved. The diagram below conceptually illustrates the RadPageView’s structure whereby the names of the diagram elements correspond to the actual Telerik types:

Figure 1: Architecture

WinForms RadPageView Architecture

View Modes

Currently, we ship the following modes of this control which implement different layout strategies and thus achieve the functionality of the RadTabStrip and RadPanelBar controls all in one:

  • Strip Mode: equivalent to the RadTabStrip control.
  • Stack Mode: equivalent to the RadPanelBar’s ListBar mode.
  • Outlook Mode: equivalent to the RadPanelBar’s OutlookNavPane mode.
  • Explorer Mode: designed to display multiple visible pages at once.
  • Backstage Mode: designed after the Office 2010 backstage mode.
  • Navigation Mode: designed to change the strip width depending of the available space.
  • OfficeNavigationBar Mode: designed to mimic MS Outlook 2013-2019 navigation style.

The following tables show the internal elements hierarchy and structure of RadPageView considering the view mode:

Elements Hierarchy

View Mode Elements Hierarchy
Strip WinForms RadPageView pageview-architecture002
Stack WinForms RadPageView pageview-architecture003
Outlook WinForms RadPageView pageview-architecture004
ExplorerBar WinForms RadPageView pageview-architecture005
Backstage WinForms RadPageView pageview-architecture006
NavigationView WinForms RadPageView pageview-architecture013
OfficeNavigationBar WinForms RadPageView pageview-architecture013

Structure

View Mode Structure
Strip WinForms RadPageView pageview-architecture007
Stack WinForms RadPageView pageview-architecture008
Outlook WinForms RadPageView pageview-architecture009
ExplorerBar WinForms RadPageView pageview-architecture010
Backstage WinForms RadPageView pageview-architecture011
NavigationView WinForms RadPageView pageview-architecture012
OfficeNavigationBar WinForms RadPageView pageview-architecture013

See Also

In this article