I don\'t know if it\'s just too late or what, but I don\'t see how to do this...
What I\'m expecting to do, and what the object browser says is there, is this:
To convert List list to observable collection you may use following code:
List list
var oc = new ObservableCollection(); list.ForEach(x => oc.Add(x));