NavigationTabs

Contains the example that demonstrate how to use NavigationTabs control.


The NavigationTabs control designed to organize available form space in most efficient way. Acting as a container it allows to share the space between tabs. Simple API allows to add tabs with leading caption image and hide them in extra zone. The control inherits best practices of TabControl to optimize content drawing with two special modes.

Availability:
The NavigationTabs is one of the Professional suite Office controls, which means it is free and available in all Visual WebGui versions, while the controls are still in beta. After release, these controls will be packaged in a seperate Professional Controls suite package and sold seperately.
The examples below demonstrate how to
- Add tabs with text and image
- Add event handler to control switching between tabs to implement application logic
- Move tabs to extra zone to separate between important and additional tabs

The example demonstrates how to add populated tabs to NavigationTabs control with text and image.
The example demonstrates how to add handler to SelectedIndexChanged event to implement application logic.
The example demonstrates how to show tabs as "Extra" in bottom right corner to separate between important and additional tabs.