Is it possible to combine an ObservableList and an Observable? #701
Unanswered
Guidemarcus
asked this question in
Q&A
Replies: 1 comment
-
In this case, you should just use the filter functionality. There are several examples here: https://github.com/RolandPheasant/DynamicData.Snippets/tree/master/DynamicData.Snippets/Filter |
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.
-
Hi,
I am new to this library and I am trying to figure out how it works. On my project, I have on ObservableList and an observable. The list represent a set of items and the observable represents a selected filter tag.
I would like to combine the two to have only one ObservableList that would update if either my list or my filter is updated.
Is this possible?
Visual representation:
ObservableList + Observable = ObservableList
On this, I would use the Filter function that DynamicData offers
Beta Was this translation helpful? Give feedback.
All reactions