TabControlRegionAdapter Class

Adapter that creates a new Region and binds all the views to the adapted TabControl.

Namespace:  Microsoft.Practices.Prism.Regions
Assembly:  Microsoft.Practices.Prism (in Microsoft.Practices.Prism.dll)

Syntax

public class TabControlRegionAdapter : RegionAdapterBase<TabControl>
'Declaration
Public Class TabControlRegionAdapter _
    Inherits RegionAdapterBase(Of TabControl)

Remarks

This adapter is needed on Silverlight because the TabControl doesn't automatically create TabItems when new items are added to the Items collection.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.Prism.Regions.RegionAdapterBase<TabControl>
    Microsoft.Practices.Prism.Regions.TabControlRegionAdapter
      Microsoft.Practices.Prism.MefExtensions.Regions.MefTabControlRegionAdapter

See Also

TabControlRegionAdapter Members

Microsoft.Practices.Prism.Regions Namespace