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

(GH-74) Fix ChildWindow moving issue #96

Merged
merged 1 commit into from
Sep 12, 2019
Merged

(GH-74) Fix ChildWindow moving issue #96

merged 1 commit into from
Sep 12, 2019

Conversation

punker76
Copy link
Owner

@punker76 punker76 commented Sep 12, 2019

When VerticalContentAlignment is set to Bottom and AllowMove to true then the ChildWindow can be moved only to the maximum half of parent.

Use now VisualTreeHelper.GetOffset to fix this.

Closes #74

When VerticalContentAlignment is set to Bottom and AllowMove to true then the ChildWindow can be moved only to the maximum half of parent.
Use now VisualTreeHelper.GetOffset to fix this.
@punker76 punker76 added the Bug label Sep 12, 2019
@punker76 punker76 added this to the 2.0.0 milestone Sep 12, 2019
@punker76 punker76 merged commit befdc34 into dev Sep 12, 2019
@punker76 punker76 deleted the fixes/GH-74 branch September 12, 2019 12:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ChildWindow moving issue
1 participant