Sometimes data is changing and the GridView needs to be refreshed.
For this I call GridView.ReloadData(rows);
-
the overload with the row-numbers is actually useless, because on the Wpf-side it all just ends at Control.Items.Refresh().
-
this call is clearing the current selection. Is there a way to keep the selection and not to get a SelectionChanged-event?
btw on mac this works fine, no problems. So again a stupid wpf-thing?
Sometimes data is changing and the GridView needs to be refreshed.
For this I call GridView.ReloadData(rows);
the overload with the row-numbers is actually useless, because on the Wpf-side it all just ends at Control.Items.Refresh().
this call is clearing the current selection. Is there a way to keep the selection and not to get a SelectionChanged-event?
btw on mac this works fine, no problems. So again a stupid wpf-thing?