Open karmeye opened 8 months ago
Hi I'm an AI powered bot that finds similar issues based off the issue title.
Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one. Thank you!
Note: You can give me feedback by thumbs upping or thumbs downing this comment.
Proposal: Make
SelectedItems
forListView
,TreeView
, available in XAMLIn this way one can handle multiple selections via binding:
SelectedItems="{x:Bind ViewModel.SelectedItems, Mode=TwoWay}"
, just as is possible now withSelectedItem
.Summary
Rationale
SelectedItems
Scope
Important Notes
Open Questions
I don't know whether there's a technical or design reason for not including it. But it makes sense to me since
SelectedItem
(SelectedItemProperty
) is there so why not also have support for multiple selection?