You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 7, 2022. It is now read-only.
maybe I'm doing something very silly, but if I try to bind the SelectedItems property of the control I get exceptions as the dependencyproperty seems to be null, even if I initialised it.
Is there something big I'm missing?
Thanks,
Claudio
The text was updated successfully, but these errors were encountered:
I think I've never done that. My approach was to bind each item's IsSelected property (this is prone to missed notifications while items are virtualised away) or do the selection stuff in the view code (.xaml.cs) instead. I'm not using this code anymore and I can't offer much support for it now.
Hello,
maybe I'm doing something very silly, but if I try to bind the
SelectedItems
property of the control I get exceptions as the dependencyproperty seems to be null, even if I initialised it.Is there something big I'm missing?
Thanks,
Claudio
The text was updated successfully, but these errors were encountered: