Relative Content

Tag Archive for c#wpflistdata-bindingobservablecollection

Change Lists/ObservableCollection in one DataGrid

I want to display a List/ObservableCollection in a DataGrid in a WPF application. At the push of a button, a different list should be displayed, but it is a list of a different data type. It works without databinding, but I would like to change the GUI to MVVM/Databinding.

Change Lists/ObservableCollection in one DataGrid WPF/C#

I want to display a List/ObservableCollection in a DataGrid in a WPF application. At the push of a button, a different list should be displayed, but it is a list of a different data type. It works without databinding, but I would like to change the GUI to MVVM/Databinding.