2011/4/23 litgle [email protected] > I have tried this before this post , it's not working on .net 4.0
I have a WPF 4.0 LOB application that works just fine. At least two-way binding for the collection works as expected when I used ObservableSet<T>. But I just change it to use ObservableCollection<T>, by changing the collection type to ObservableListType<T>, and it still works just fine. I'm not sure why it wouldn't work in .NET 4.0 in your case. -- Regards, Maximilian Haru Raditya -- You received this message because you are subscribed to the Google Groups "nhusers" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/nhusers?hl=en.
