WPF ListBox SelectedItems TwoWay Binding #24
Replies: 2 comments 1 reply
-
Can you provide a simple full wpf app example? |
Beta Was this translation helpful? Give feedback.
1 reply
-
thanks for your reply.
…On Tue, Nov 19, 2024 at 8:56 PM Oleksii Holub ***@***.***> wrote:
I'm fortunately not using WPF anymore, so I can't
—
Reply to this email directly, view it on GitHub
<#24 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABZGXVISEH3OQAP2ZRWGF232BMYPVAVCNFSM6AAAAABSBH7GKOVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTCMZQGQ4DAMA>
.
You are receiving this because you commented.Message ID: <Tyrrrz/Tyrrrz.
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
WPF ListBox SelectedItems TwoWay Binding
For some unclear reasons, WPF's ListBox control does not allow two-way binding on the SelectedItems property the way it does with SelectedItem. This could have been very useful when using multi-select to bind the whole list of selected items to the view…
https://tyrrrz.me/blog/wpf-listbox-selecteditems-twoway-binding
Beta Was this translation helpful? Give feedback.
All reactions