i have a datagrid i want to auto scroll when a non-visible Row is selected to make it visible
how can i do that?
thanks your code works great
Use the AfterSelectChange event and use the RowScrollRegion
grid.DisplayLayout.RowScrollRegions[0].ScrollRowIntoView(row)