This question is locked. New answers and comments are not allowed.
if i do radDataGrid.ScrollItemIntoView(object) the desired object is located at the bottom of the grid, so that the user can't select the possibly next object. user must scroll down.
what i need is something like uwp listview does: listview.ScrollIntoView(ViewModel.SelectedFall,ScrollIntoViewAlignment.Leading)
that means, datagrid.scrollitemintoview should display the desired object possibly at the top (not at bottom).
how to do this in uwp?
pls help, regards Bernhard