Category "observablecollection"

Connecting an ObservableCollection to Listview for a Windows Application UI (Visual Studio C#)

I'm working on a project where an application displays data by pulling it from a file and displaying a new data value every second. (edit: consolidated code at

Add/Delete Item in real-time from ListView (C# MVVM WPF)

I have a ListView with an ObservableCollection. The class User has a List with Groups. I have another ListView which shows the Groups of the selected User. Now

How to use ObservableCollection with LiveChart2

How to use ObservableCollection with LiveCharts2 I am trying to implement LiveChart2 using ObservableCollection to update the chart everytime a new value is add