Hi all.
I set myXamDataGrid.DataSource to an instance of an ObservaleCollectionExtended<T>.
When scrolling to say record 20, and removing item 21 from collection, scroll vertical offset resets to 0. I.e., the first item is displayed.
This doesn't happen when adding records (offset remains stationary).
Any suggestuions?
Hello,
Do you have a sample application that reproduces this. If so, please attach it to your next post so that we can look into that.
I was able to reproduce that. However, the steps to reproduce are little bit different. When I scroll down to 20, and remove the element at 20 the XamDataGrid scrolls to the top. This is also observed with all types of collections. When deleting the record with the Del Button throught the grid, this does not occur. I will follow up here when I have more information on that behavior.