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

ComboBox's dropdown menu does not respect visual transform #7147

Closed
pr8x opened this issue Dec 13, 2021 · 3 comments · Fixed by #8042
Closed

ComboBox's dropdown menu does not respect visual transform #7147

pr8x opened this issue Dec 13, 2021 · 3 comments · Fixed by #8042
Labels

Comments

@pr8x
Copy link
Contributor

pr8x commented Dec 13, 2021

image

Pretty self-explanatory. The ComboBox has some ScaleTransform applied but its Flyout/Popup does not respect that.

@pr8x pr8x added the bug label Dec 13, 2021
@maxkatz6
Copy link
Member

Flyout or just combobox dropdown menu?
Because I don't think scale transform should apply on Flyout/ContextMenu.
But it should be applied on combobox drop down menu.

@pr8x
Copy link
Contributor Author

pr8x commented Dec 13, 2021

Yeah I mean the Dropdown menu (I assume it was implemented in terms of flyouts)

@pr8x pr8x changed the title ComboBox's Flyout does not respect visual transform ComboBox's dropdown menu does not respect visual transform Dec 14, 2021
@grokys
Copy link
Member

grokys commented Dec 15, 2021

Just checked with WPF and indeed it applies the render transform to the drop-down menu. It even works with rotate transforms, which surprised me!

image

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 a pull request may close this issue.

3 participants