Skip to main content

Microsoft Silverlight

RC0 TabControl DescendantRSS Feed

(0)

van_ice
van_ice

Member

Member

8 points

19 Posts

RC0 TabControl Descendant

I have a class that is the worlds simplest descendant of a TabControl. Here's the declaration:

public class ScrollableTabControl1 : TabControl

{

public ScrollableTabControl1() : base()

{

DefaultStyleKey =
typeof(TabControl);

}

}

 

This control does not show up in the hosting page. Its just blank - regardless of the DefaultStyleKey. This works in B2. Any ideas?

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities