Observable LinkedList
问题 In my WPF app, I have an ItemsControl whose items values are dependant upon the previous item displayed . The ViewModel is an audio file split into parts of variable length, and i need to display it in such manner, with a DateTime displayed on the right, and that's what i need to calculate (I only know each part's length, i need to calculate the actual time it starts and ends, and the position on the ItemsControl). -- ---- ------------ -- -------------------- My first approach was to use an