Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
320
VerticalOffset resets when removing records
posted

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?