This is a migrated thread and some comments may be shown as answers.

Internet Explorer Style Tabs (WPF)

1 Answer 82 Views
TabControl
This is a migrated thread and some comments may be shown as answers.
AdaDog
Top achievements
Rank 1
AdaDog asked on 18 Apr 2011, 07:40 PM
Is there a simple way or an example to make/use an Internet Explorer or Firefox style tab control where clicking on the last empty short tab creates a new tab?  In WPF, the new tab would display the same user control as other tabs (except the empty tab, of course).  http://www.codeproject.com/KB/WPF/WpfTabControl.aspx shows how to extend the existing Microsoft tab control, but it would be nice if Telerik had these added features.

1 Answer, 1 is accepted

Sort by
0
Miro Miroslavov
Telerik team
answered on 20 Apr 2011, 12:37 PM
Hi Doug Simpson,

 You can take a look at this example (scroll to the bottom to get the demo). It is exactly what you need, made entirely with MVVM. It is for Silverlight, but you can easily make it work for WPF, since it's the same code-base.
Please let me know if it's not what you need.

Best wishes,

Miro Miroslavov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
TabControl
Asked by
AdaDog
Top achievements
Rank 1
Answers by
Miro Miroslavov
Telerik team
Share this question
or