TabContent Class

Attached properties for persistent tab control

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static class TabContent
Inheritance
Object    TabContent

Remarks

By default WPF TabControl bound to an ItemsSource destroys visual state of invisible tabs. Set ikriv:TabContent.IsCached="True" to preserve visual state of each tab.

Constructors

Methods

Fields

InternalContentManagerProperty 
IsCachedProperty Controls whether tab content is cached or not
TemplateProperty Used instead of TabControl.ContentTemplate for cached tabs
TemplateSelectorProperty Used instead of TabControl.ContentTemplateSelector for cached tabs

Attached Properties

See Also