WPF 父窗口绑定
我需要做一些看起来很简单的事情,但我无法让它发挥作用。我在子窗口中有一个文本框,在父窗口中有一个按钮。我需要将父窗口上的按钮内容与子窗口中的文本框内容绑定。请!我需要一根绳子!谢谢!
I need to do something that seems pretty simple, but I cant make it work. I have a textbox in a child window and a button in the parent window. I need to bind the button content on the parent window with the textbox content from the child window. Please! I need a rope! thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
两者使用一个
DataContext
对象,并进行相应的绑定Use one
DataContext
object for both, and bind accordingly