<Page xmlns:i="http://schemas.microsoft.com/xaml/behaviors">
<Border>
<ScrollViewer>
<DataGrid
x:Name="info"
Width="{Binding RelativeSource={RelativeSource Mode=FindAncestor, AncestorType=ScrollViewer}, Path=ActualWidth}"
ItemsSource="{Binding Info}">
<DataGrid.Columns>
<DataGridTextColumn Width="1*" Header="Header" />