Skip to content

Instantly share code, notes, and snippets.

@MartinZikmund
Created March 17, 2019 21:55
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 MartinZikmund/45f59c85c6b047f18fd8339877ca5675 to your computer and use it in GitHub Desktop.
Save MartinZikmund/45f59c85c6b047f18fd8339877ca5675 to your computer and use it in GitHub Desktop.
<Grid>
<Grid.ColumnDefinitions>
<ColumnDefinition Width="*" />
<ColumnDefinition Width="10000*" MaxWidth="250" />
</Grid.ColumnDefinitions>
<Button HorizontalAlignment="Stretch" Grid.Column="1">Example</Button>
</Grid>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment