Members 
TabControlCompatible Class
A cross-platform implementation of System.Windows.Controls.TabControl, used in the SciChart.Charting.Visuals.TradeChart.SciChartGroup control in WPF and Silverlight editions
Syntax
[StyleTypedProperty(Property="ItemContainerStyle", StyleTargetType=System.Windows.Controls.TabItem)]
[TemplatePart(Name="PART_SelectedContentHost", Type=System.Windows.Controls.ContentPresenter)]
[DefaultEvent("SelectionChanged")]
[DefaultProperty("SelectedIndex")]
[Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
[ContentProperty("Items")]
[XmlLangProperty("Language")]
[UsableDuringInitialization(true)]
[RuntimeNameProperty("Name")]
[UidProperty("Uid")]
[TypeDescriptionProvider(MS.Internal.ComponentModel.DependencyObjectProvider)]
[NameScopeProperty("NameScope", System.Windows.NameScope)]
public class TabControlCompatible : System.Windows.Controls.TabControl 
Inheritance Hierarchy

System.Object
   System.Windows.Threading.DispatcherObject
      System.Windows.DependencyObject
         System.Windows.Media.Visual
            System.Windows.UIElement
               System.Windows.FrameworkElement
                  System.Windows.Controls.Control
                     System.Windows.Controls.ItemsControl
                        System.Windows.Controls.Primitives.Selector
                           System.Windows.Controls.TabControl
                              SciChart.Charting.Themes.TabControlCompatible

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also