I currently have the following XAML tags:

<ScrollViewer>
<Canvas Width="480" Height="480">
<Grid>

All of the RowDefinitions and ColumnDefinitions are absolute values (no auto or * values). I want to center the Grid, but I have tried every combination of properties I could find, but no success. Can someone help me here? Thanks.