Without specifying height I am unable to move the scrollbar to the bottom of the Grid it belongs to. Using VerticalAlignment="Stretch" does nothing. Is it not possible to either move the scrollbar or stretch the datagrid to fill its parent?
It seems that the DataGrid is inside a StackPanel
. If that's the case, try putting inside a Grid
.