WinForms: Using WhenAnyValue with BindingList item count change. #2826
Unanswered
vector-man
asked this question in
Q&A
Replies: 1 comment 1 reply
-
DynamicData can probably help since it has native understanding of BindingList's. The issue is BindingList's count property is not implementing INotifyPropertyChanged. but something like
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need to create a command with a condition in the view model for WhenAnyValue that will work with a BindingList's Item Count change (the BindingList property in the view model is bound to a control on the form.)
When the item count is 0, I need the command to not work (reactive UI isn't seeing the change for me.)
Any help is appreciated.
Beta Was this translation helpful? Give feedback.
All reactions