WPF ListBox 获取项目数据上下文 OnMouseOver

发布于 2024-08-10 12:34:27 字数 311 浏览 6 评论 0原文

我当前有一个视图,其中包含一个绑定到视图模型集合的列表框和一个用户控件,我想将其绑定到鼠标悬停的当前项目。如何仅使用视图模型中的 XAML 和代码获取列表中当前突出显示的项目并将其绑定到用户控件?

编辑:下图可能更能描述预期的操作。 替代文本 http://img134.imageshack.us/img134/6263/34548010.png< /a>

I currently have a view that contains a ListBox bound to a a collection of view models and a user control that I would like to bind to the current item that the mouse is over. How can I get the current highlighted item in the list and bind it to the user control using only XAML and code in the View Model?

Edit: The following image might be more descriptive of the intended action.
alt text http://img134.imageshack.us/img134/6263/34548010.png

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

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

发布评论

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

评论(1

绮筵 2024-08-17 12:34:27

正如 eduardo 所说,有时在纯 MVVM 中制定解决方案太复杂了。

如果您重新表述您的问题并提供一些代码,您可以获得更多答案。

As eduardo said, sometimes to make a solution in pure MVVM is too complicated.

if you reformulate your question and provide some code, you can get more answers.

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