列表框选择模式=扩展绑定到数据表。需要使用 MVVM light 在按钮单击时获取所选项目

发布于 2024-11-08 01:56:49 字数 414 浏览 1 评论 0原文

我有一个列表框

<ListBox x:Name="lbFamilies" Margin="41,45,38.25,111" ToolTip="Select the tables to seed" ItemsSource="{Binding ManTntFmly.FmlyList}" ItemTemplate="{StaticResource listBoxTemplate}" SelectionMode="Extended"/>

FmlyList 是一个使用 DataBinding 绑定的数据表。

  1. 我需要找出所有项目 已从其中选择的 列表框。我该如何使用 查看模型?

  2. 此外,我如何获得密钥 被传递而不是值 在选择过程中?

I have a listbox

<ListBox x:Name="lbFamilies" Margin="41,45,38.25,111" ToolTip="Select the tables to seed" ItemsSource="{Binding ManTntFmly.FmlyList}" ItemTemplate="{StaticResource listBoxTemplate}" SelectionMode="Extended"/>

The FmlyList is a Datatable which is bound using DataBinding.

  1. I need to find out all the items
    which have been selected from the
    listbox. How do I do that using the
    view model?

  2. Additionally, how do I get key's to
    be passed instead of the values
    during the selection?

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

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

发布评论

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

评论(1

開玄 2024-11-15 01:56:49

以下是应该回答您的问题的帖子的链接:多选列表框

Here's a link to a post which should answer your question:Multi Select Listbox

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