Skip to content

Commit

Permalink
Merge pull request NativeScript#667 from NativeScript/tsonevn_gridlay…
Browse files Browse the repository at this point in the history
…out_article_fix

edit article GridLayout example
  • Loading branch information
tsonevn authored Feb 2, 2017
2 parents 4e47774 + 6336683 commit ba31095
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/layout-containers.md
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ The GridLayout is a layout that arranges its child elements in a table structure

### Sample (fixed and auto)
- The first column and the first row are `auto`. This means that they are measured with infinite available space and then sized to their content.
- The second column and the second row have fixed sizes of 30 and 50 respectively. They will be exactly this wide/high regardless of their children's dimensions. They would still be exactly this wide/high even if they don't have any children.
- The first column and the first row have fixed sizes of 100 and 100 respectively. They will be exactly this wide/high regardless of their children's dimensions. They would still be exactly this wide/high even if they don't have any children.
{% nativescript %}
```XML
<Page xmlns="http://schemas.nativescript.org/tns.xsd">
Expand Down

0 comments on commit ba31095

Please sign in to comment.