Christian Gröchenig

Results 2 issues of Christian Gröchenig

I'm trying to use an `ObservableCollection ` as ItemsSource. I generate the columns dynamically in code behind like this: `foreach(var key in dict.Keys)` `{` ` dataGrid.Columns.Add(new DataGridColumn` ` {` `...

I have a fairly complex table to which I added virtual scroll using this excellent project. However, as I still want to be able to use my table component without...