Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
CiaransCoding opened this issue Dec 10, 2022 · 1 comment
Open

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

CiaransCoding opened this issue Dec 10, 2022 · 1 comment

Comments

@CiaransCoding
Copy link

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.

@CiaransCoding
Copy link
Author

I've discovered by looking at the code in Part 4 that the code doesn't go in the place I have mentioned above, and is in fact within the <grid>. Sorry for not checking this beforehand, however I do think that the instructions in point 4 could be clearer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant