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

TeachingTip: HeroContentPlacement is ignored when set from XAML markup #3270

Closed
Felix-Dev opened this issue Sep 9, 2020 · 0 comments · Fixed by #3271
Closed

TeachingTip: HeroContentPlacement is ignored when set from XAML markup #3270

Felix-Dev opened this issue Sep 9, 2020 · 0 comments · Fixed by #3271
Labels
area-TeachingTip team-Controls Issue for the Controls team

Comments

@Felix-Dev
Copy link
Contributor

Describe the bug
Given the following XAML

<muxc:TeachingTip Title="Title" Subtitle="Subtitle"
                  HeroContentPlacement="Bottom">
    <muxc:TeachingTip.HeroContent>
        <Rectangle Fill="ForestGreen" MinHeight="100" MinWidth="100" />
    </muxc:TeachingTip.HeroContent>
</muxc:TeachingTip>

The expected position of the hero content is this:
image

Yet the actual result is this:
image

Version Info

NuGet package version:
WinUI master builds

Additional context
I would like to fix this.

@msft-github-bot msft-github-bot added the needs-triage Issue needs to be triaged by the area owners label Sep 9, 2020
@StephenLPeters StephenLPeters added area-TeachingTip team-Controls Issue for the Controls team and removed needs-triage Issue needs to be triaged by the area owners labels Sep 9, 2020
@ghost ghost removed the working on it label Oct 2, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-TeachingTip team-Controls Issue for the Controls team
Projects
None yet
3 participants