Sorry to dredge up an old thread, but I'm having a similar problem that can't be helped by the links provided.
In our system, we have a shared list collection that is filtered in different ways for different views, but no button to enact the filter. For example, we have a list of users that consists of buddies, chat room participants, blocked users, etc. If we apply the filter directly to the list, it will affect the other views. If we create a ListViewCollection, I don't think the bindings get updated correctly. (I could be wrong on that point.) Is there a way to combine the ListViewCollection solution with data binding to create a filtered list that updates when the original data source updates? > > It's always worth looking through the archives. > > From a previous post of mine: > > Check out ListCollectionView. I've been down that same road. (Feb Thread: > any ArrayCollection tricks?) > > From the thread: "I found a great example here, which is perfect: > http://viconflex.blogspot.com/2006/11/listcollectionview-different.html " > > Paul > > snip >

