使用 MVVM 在控件中嵌入控件

发布于 2024-10-13 09:36:54 字数 156 浏览 4 评论 0原文

我正在使用 MVVM 构建我的 WPF 应用程序,但遇到了一些设计障碍。我有一个顶级窗口,其中有一些属性,我将其传递到第一级视图模型,并且我可以使用视图模型构造函数轻松完成此操作。但是,如果我想在该级别内拥有一些用户控件,如何将信息传递给它们并传递到它们的视图模型中?

感谢您的帮助

I am building my WPF app with MVVM and am running into a little design stumbling point. I have a top level window that has some properties that I pass down to my first level of viewmodels and I accomplish that easily enough with the viewmodel constructors. But if I want to have some usercontrols inside of that level how do I pass information down to them into their view models?

thanks for your help

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

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

发布评论

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

评论(1

爱情眠于流年 2024-10-20 09:36:54

您的子 UserControl 需要一个依赖属性,您可以从主控件绑定到该属性。 @Doug Ferguson 在 这篇 SO 帖子中解释了如何执行此操作。希望这有帮助。

You need a Dependency Property on your child UserControls that you can bind to from you main control. @Doug Ferguson explained how to do this in this SO post. Hope this helps.

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