This question is locked. New answers and comments are not allowed.
hello, i have updated to the last internal version 1423. I detected that the function
scrollintoview does not work like before. Sometimes the grid does not scroll to the
item and the selected item (row) is not highlighted. In the previous internal version
it seems that it has worked correctly.

With grcars
add someting new ......
.ItemsSource = List
.Rebind()
'Set Selection --------------------
.SelectedItems.Clear()
.SelectedItem = List(grcars.Items.Count - 1)
.CurrentItem = List(grcars.Items.Count - 1)
.ScrollIntoView(List(grcars.Items.Count - 1))
End With

Greetings ...
scrollintoview does not work like before. Sometimes the grid does not scroll to the
item and the selected item (row) is not highlighted. In the previous internal version
it seems that it has worked correctly.

With grcars
add someting new ......
.ItemsSource = List
.Rebind()
'Set Selection --------------------
.SelectedItems.Clear()
.SelectedItem = List(grcars.Items.Count - 1)
.CurrentItem = List(grcars.Items.Count - 1)
.ScrollIntoView(List(grcars.Items.Count - 1))
End With

Greetings ...