Hi I am using WPF and adding records one by one to the listview.ItemsSource. My data will appear when all the data is included, but I want to show the data as it is added one by one.
I used ListView.Item.Refresh() but it didn't work.
Is there any way?