This question is locked. New answers and comments are not allowed.
If I remove some rows from RadGrivView VerticalScrollBar position is changed. If I add some rows to RadGridView VerticalScrollBar position is not changed. I need to keep scrollbar position in both cases. Is it possible?
I have RadGridView ItemsSource (ObservableCollection). Everych 5 second i remove first item and add new item to the end of the datasource. My problem is that I need to keep rows posititon.
Thank you very much.