Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我试图在 Silverlight 上创建一个自定义 tabitem,但是当我运行它时,它抱怨 Unable to cast CustomTab to TabItem。
我不知道如何解决这个问题,有什么想法吗?
非常感谢
您的自定义选项卡项目应继承 TabItem。您可以简单地创建一个继承 TabItem 的类并扩展其功能,但如果您还想为新控件创建自己的自定义样式,则可以将其设为“模板化控件”。这将允许您继承 TabItem,并使用 Generic.xaml 定义默认控件模板。