-
-
Notifications
You must be signed in to change notification settings - Fork 517
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
Problems when layout is scaled #65
Comments
Hmm... will have a look at this at work as I think we don't have that issue... |
Is just noticed that if I go in Windows display settings and choice to make all object 125% or 150% I get a similar result. |
Also got this issue at work. Will fix it soon. |
Added zooming to the showcase application to prevent issues in the future. |
Nice work, the pop up seems to work better now :-). But I see a similar problem if you open a combo box, the list with the items seems also be a bit offset. |
Fixed. |
Brilliant! Nice work. |
I’ve added this in the test project TestWindow.xaml
This will make everything 50% larger. And it looks pretty good in all themes. But one problem occur when ribbon is minimized and then a tab is pressed the ribbon popups up slightly to low:
I’ve figure out that the problem is the PlacementAttribute in the PART_Popup PopUp in RibbonTabControl (all themes). But I don’t know what to do next :-).
Even weirder things happens if RotateTransform is used with 15 degrees or so. But that’s not important I think :-). But scaling could actually be useful. This is something I want to use in my application someday in a distant future :-)
The text was updated successfully, but these errors were encountered: