Skip to content

Instantly share code, notes, and snippets.

@jasondown
Created August 3, 2021 07:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasondown/c0a12053a8850fd077c6eb8b852a3ed9 to your computer and use it in GitHub Desktop.
Save jasondown/c0a12053a8850fd077c6eb8b852a3ed9 to your computer and use it in GitHub Desktop.
<Grid>
<Grid.RowDefinitions>
<RowDefinition Height="*" />
<RowDefinition Height="75" />
</Grid.RowDefinitions>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="40" />
<ColumnDefinition Width="*" />
<ColumnDefinition Width="40" />
</Grid.ColumnDefinitions>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment