简体   繁体   中英

WPF Visual Studio Templates - extend tabitem

I'm working on a wpf project in visual studio 2008. I would like to add a xmal and xaml.cs file that describe a TabItem. Templates exist for "Page", "UserControl" and others but not TabItem. How do I either make my own template or accomplish this without a template?

Thanks!

When creating my own templates, I usually start from the Microsoft ControlTemplate examples. Here is the example ControlTemplate for TabItem .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM