Silverlight 中自定义控件的多个控件模板

发布于 2024-08-27 10:08:23 字数 150 浏览 6 评论 0原文

我正在创建一个自定义控件。在不同的视觉状态下,控件的内容会有很大的不同。

我可以将不同的控件模板应用到同一个自定义控件来实现上述目的吗?那就是为一个自定义控件定义多个控件模板?如果没有,有什么线索可以告诉我如何在不拥有与状态一样多的自定义/用户控件的情况下执行此操作吗?

I am creating a custom control. The contents of the control will differ a lot when in different visual states.

Can I to achieve the above, apply different control templates to the same custom control? That is define more than one control template for a custom control? If not, any clues as to how I can do this, without have as many custom/user controls as there are states?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

家住魔仙堡 2024-09-03 10:08:23

您可以在单个 ControlTemplate 内定义视觉状态以及这些状态之间的转换。查找“VisualStateManager”。

You could define visual states inside a single ControlTemplate and also transitions between those states. Look for 'VisualStateManager'.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文