I need to read the vertical ScrollBar position in DataGrid.
I have derrived my own MyDataGrid from DataGrid and use GetTemplateChild function but it always returns null.
Otherwise everything is working fine.
Here is the source:
public class MyDataGrid : DataGrid
{
public MyDataGrid()
}
public Go to the complete details ...