With so many modes you can replace many different controls with the KryptonNavigator. Just like a
traditional tab control it can show tab page headers as can be seen in the first mode below. But unlike
the Windows Forms version you can modify the appearance of each individual tab header. So you can
display errors and other state information directly by changing the header font and colors.
| Bar - Tab - Group A Bar showing Tab headers is placed on the outside of a Group container. Each Tab represents a single Page instance. | ![]() |
| Bar - Tab - Only This is a tab strip mode showing a Tab header for each Page instance in the navigator. | |
| Bar - RibbonTab - Group A Bar showing Ribbon Tab styled headers is placed on the outside of a Group container. Each Ribbon Tab represents a single Page instance. | ![]() |
| Bar - RibbonTab - Only This is a tab strip mode showing a Ribbon Tab styled header for each Page instance in the navigator. | ![]() |
| Bar - CheckButton - Group - Outside A Bar showing CheckButton controls is placed on the outside of a Group container. Each CheckButton represents a single Page instance. | ![]() |
| Bar - CheckButton - Group - Inside A Bar showing CheckButton controls is placed on the inside edge of a Group container. Each CheckButton represents a single Page instance. | ![]() |
| Bar - CheckButton - Group - Only A Bar showing CheckButton controls is placed inside a Group container. Each CheckButton represents a single Page instance. This is tab strip style mode and so the contents of the selected page are not displayed inside the Group. | |
| Bar - CheckButton - Only A Bar is used to show CheckButton controls that represent individual Pages. This is a tab strip style mode and so the selected page contents are not displayed within the Navigator. | |
| HeaderBar - CheckButton - Group A Group container with a header that contains a Bar showing CheckButton controls. Each CheckButton represents a single Page instance. | ![]() |
| HeaderBar - CheckButton - HeaderGroup A Group container with two headers for showing information about the currently selected Page. Plus an additional header that contains a Bar showing CheckButton controls. Each CheckButton represents a single Page instance. | ![]() |
| HeaderBar - CheckButton - Only A header that contains a Bar showing CheckButton controls. Each CheckButton represents a single Page instance. This is a tab strip style mode and so the selected page contents are not displayed within the Navigator. | |
| Stack - CheckButton - Group A vertical or horizontal stack of CheckButton instances. Each CheckButton represents a single Page instance. | ![]() |
| Stack - CheckButton - HeaderGroup A Group container with two headers for showing information about the currently selected Page. The client area contains either a vertical or horizontal stack of CheckButton instances. Each CheckButton represents a single Page instance. | ![]() |
| Outlook - Full Mimics the Microsoft Outlook 2007 style navigation control when in the fully expanded mode. A stack of CheckButtons is placed at the bottom of the client area. Use the separator to force items onto the overflow bar at the bottom of the control. | ![]() |
Outlook - Mini | ![]() |
| HeaderGroup A Group container with two headers is used to display information about the currently selected Page. | ![]() |
| HeaderGroup - Tab A Group container with two headers is used to display information about the currently selected Page. Combined with a tab area showing the available pages as a set of tabs. | ![]() |
| Group A Group container is used to display the contents of the currently selected Page. The selected Page is sized to fit inside the border of the Group container. There is no user interface provided for changing the selected page and so any changes must be made using code only. | ![]() |
| Panel A Panel is used to display the contents of the currently selected Page. The selected Page is sized to fit the entire Panel area and so the Panel is not visible if a Page is displayed. There is no user interface provided for changing the selected page and so any changes must be made using code only. |
|