You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
Expected behavior (according to UWP) is that relativepanel sizes to the content, unless alignment = stretch.
Describe the bug
A clear and concise description of what the bug is.
Expected behavior (according to UWP) is that relativepanel sizes to the content, unless alignment = stretch.
in uwp this produces..
but in HandyControl.RelativePanel we get...
The issue is that Measure does not create a graph and calculate the correct size.
So arrange tells the graph is has the available space.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Environment (please complete the following information):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: