Posts by user3612194 • 31 points
1 post
-
3
votes2
answers155
viewsQ: Observablecollection does not Binding
I have the following situation: I make the instance of a property observable in the constructor: public ObservableCollection<Model.OSModel> _os { get; private set; } public…