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

Relative Panel Declaration Order Matters #430

Closed
danwalmsley opened this issue Jul 8, 2020 · 3 comments
Closed

Relative Panel Declaration Order Matters #430

danwalmsley opened this issue Jul 8, 2020 · 3 comments
Labels
🐛 bug Something isn't working

Comments

@danwalmsley
Copy link
Contributor

danwalmsley commented Jul 8, 2020

Describe the bug
A clear and concise description of what the bug is.

<h:RelativePanel Background="White">
            <Rectangle Name="rect1" Height="10" Width="20" Fill="Red" h:RelativePanel.Below="rect2" />
            <Rectangle Name="rect2" Height="10" Width="10" Fill="Yellow" />
</h:RelativePanel>

does not produce the expected output.

To Reproduce
Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.
expected:
image

actual:
image

Environment (please complete the following information):

  • .net: [e.g. 4.6.2]
  • IDE [e.g. vs2017]
  • Version [e.g. 1.0.0]

Additional context
Add any other context about the problem here.

@danwalmsley
Copy link
Contributor Author

btw im not just an issue filer, with some direction or pointers I could submit a PR.

@NaBian
Copy link
Member

NaBian commented Jul 8, 2020

tnx for your feedback

@NaBian NaBian added the 🐛 bug Something isn't working label Jul 8, 2020
@NaBian NaBian closed this as completed in cb546c1 Jul 8, 2020
@NaBian NaBian reopened this Jul 9, 2020
@danwalmsley
Copy link
Contributor Author

#433 related...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants