如何在 cal(prism) 框架中的另一个区域内重用复合 UserControl?

发布于 2024-10-26 17:38:14 字数 143 浏览 2 评论 0原文

我在应用程序中使用 CAL 框架,并且需要在其他地方重用复合 UserControl,即为下一个区域创建该用户控件的新实例,并根据UIContext。

当我尝试这样做时,我得到一个例外,它的孩子已经被注册。

任何这方面的示例代码将不胜感激。

I'm using CAL framework in my application and I came to a point where I needed to re-use my composite UserControl somewhere else, i.e. would create a new instance of that usercontrol for the next region and change some of it's properties as per the UIContext.

When I tried to do so, I got an exception that it's children have already been registered.

Any sample-code in this regard would be appreciated.

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

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

发布评论

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

评论(1

自在安然 2024-11-02 17:38:14

出现了一个小故障。 CAL 无法灵活地重用复合用户控件。我最终必须创建一个基本 UI,然后从中派生两个不同的复合用户控件类。

There was a glitch. CAL is not that flexible to re-use composite usercontrols. I had to finally create a base UI and then derrived two different composite usercontrol classes from it.

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