Page view counter
RC0 TabControl Descendant
Last post 09-30-2008 9:10 AM by van_ice. 0 replies.
Sort Posts:
09-30-2008 9:10 AM
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?

van_ice

Loading...
Joined on 03-17-2008
Posts 19
Microsoft Communities