Proposal: Make SelectedItems
for ListView
and TreeView
available in XAML
#9413
Labels
SelectedItems
for ListView
and TreeView
available in XAML
#9413
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?The text was updated successfully, but these errors were encountered: