-
Notifications
You must be signed in to change notification settings - Fork 628
Open
Description
In the above ReadMe file, point 4 states:
"Finally, under the Grid
, but inside of the VerticalStackLayout
we will add details about the monkey.
<VerticalStackLayout Grid.Row="2" Padding="10" Spacing="10">
<Label Style="{StaticResource MediumLabel}" Text="{Binding Monkey.Details}" />
<Label Style="{StaticResource SmallLabel}" Text="{Binding Monkey.Location, StringFormat='Location: {0}'}" />
<Label Style="{StaticResource SmallLabel}" Text="{Binding Monkey.Population, StringFormat='Population: {0}'}" />
</VerticalStackLayout>
"
In the text before the code, should it state ScrollView
instead of VerticalStackLayout
? The part where code is being added looks like this:
</Grid>
<!--I believe code is going here-->
</ScrollView>
</ContentPage>
Great material, by the way. I'm learning a lot.
Metadata
Metadata
Assignees
Labels
No labels