Skip to content

Part 3 - Navigate, ReadMe.md Possible Correction #101

@CiaransCoding

Description

@CiaransCoding

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions