Answer the question
In order to leave comments, you need to log in
Autoscroll for DataGrid. How to programmatically scroll to the first line?
There is a table filled with data, the filter works.
The data is taken from the ICollectionView
in the constructor.
SelectedPersons = CollectionViewSource.GetDefaultView(ListPerson);
SelectedPersons.Filter = PersonFiltred;
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question