On 19.2.2013 23:49, Jonathan Giles wrote: >> 1) Does SortedList force a specific type of List implementation, or >> is it an Interface? > I will leave this to Martin to answer. The plan is to have SortedList as a (final) class, that will wrap some other ObservableList implementation. -Martin