Xceed DataGrid Resets ScrollBar Position
问题 When I change the ItemsSource in the Xceed DataGridControl my vertical and horizontal scroll bars immediately get reset to the top/left. Any ideas how to prevent that from happening? 回答1: I finally fixed and figured out why my scrollbars jump to the top/left each time my DataGrid refreshes. Turns out the XAML binded to the View instead of to an actual datasource (DataView), thus each refresh replaced the view and the datasource. As a result of binding to a DataView, my scrollbars no longer