Skip to content

Commit

Permalink
Merge pull request #138 from celeron533/celeron533-grid-md
Browse files Browse the repository at this point in the history
Fix typo in grid.md
  • Loading branch information
maxkatz6 authored Aug 21, 2023
2 parents c31e182 + 6277eee commit 955feb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/reference/controls/grid.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ If a child control has its own dimensions these will be obeyed when it is drawn.

You can mix any of the above in the same size definition sequence. For example:

`ColumnDefinitions="300, *, 2*"`
`ColumnDefinitions="200, *, 2*"`

Using full expanded XAML, this is the same as:

Expand Down

0 comments on commit 955feb3

Please sign in to comment.