TabControl

A custom implementation of the TabControl which allows the customization of the way tab items are loaded.

The following options are available:

  • LazyLoading => Load all tabs using lazy loading, but keeps the tabs in memory afterwards.
  • LazyLoadingUnloadOthers => Load all tabs using lazy loading. As soon as a tab is loaded, all other loaded tabs will be unloaded.
  • EagerLoading => Load all tabs as soon as the tab control is loaded.
  • EagerLoadingOnFirstUse => Load all tabs when any of the tabs is used for the first time.