windowsforms-114552-controls-and-libraries-navigation-controls.md
From simple side bars to advanced multi-level navigation containers, and everything in between, this section describes DevExpress WinForms UI controls that allow you to emulate navigation UI introduced in today’s most popular Windows and Office applications.
The WinForms Accordion Control (AccordionControl) is an advanced navigation control that extends the capabilities of a traditional Navigation Bar.
Run Demo: Outlook Inspired App
The Accordion Control allows you to create a multi-level navigation menu, categorize navigation elements (items) into groups, display images, and customize dozens of UI/UX settings.
You can also use the Accordion control as a hamburger menu.
The advanced features include:
Learn more about WinForms Accordion Control
The Office Navigation Bar (OfficeNavigationBar) replicates the Outlook 2013 UX.
The Navigation Frame (NavigationFrame) is an SDI (Single Document Interface) container with elegant transitions. The control owns multiple pages (NavigationPage) whereas only one page can be active at a time. Pages can display any content.
The Tab Pane control (TabPane) extends the Navigation Frame. It displays page headers as navigation buttons.
Learn more about the Navigation Frame and Tab Page
The Navigation Pane is a menu inspired by Acrobat Reader. It incorporates pages (NavigationPage) that can be vertically aligned into a single column. Only a single page can be active at a time. Users can expand, collapse, and resize pages.
The WinForms Tile Toolbar (TileBar) is a touch-friendly alternative to a traditional toolbar. The toolbar displays tiles within its container and allows you to incorporate a straightforward navigation user experience into your WinForms application.
Its features include:
The Tile Navigation Pane (TileNavPane) is a touch-friendly version of a traditional navigation menu. Like the Ribbon, it is positioned at the top of your application’s window.
Its features include:
The ToolboxControl ships with the following features:
The WindowsUIButtonPanel displays Windows 10-styled buttons.
Its features include:
Learn more about WindowsUI Button Panel
The TileControl allows you to incorporate Windows 10 inspired tile-based navigation.
Its features include:
Learn more about the Tile Control
See Also
WinForms Navigation Bar and Panel Controls