Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

[Enhancement] Improve the rasterization scale / content scale factor #887

Closed
mattleibow opened this issue Apr 28, 2021 · 2 comments
Closed
Labels
legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor proposal/open t/enhancement ☀️ New feature or request
Milestone

Comments

@mattleibow
Copy link
Member

Summary

Right now, the ImageHandler on Windows and iOS each need to track the scale of the view - depending on which window/screen it is on. I have added some things in those handlers, but probably should be more generic.

@mattleibow
Copy link
Member Author

And, what about Android? Can the scale change? Maybe with accessibility things?

@mattleibow mattleibow added the legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor label Nov 12, 2021
@mattleibow
Copy link
Member Author

This is probably a Window feature, so if a dev can find the hosting window, then we should have some IWindow.Density property. Right now we only have the DisplayInfo.MainDisplayInfo.Density which assumes 1 monitor... which is already invalid as I not only have 2 mpnitors, I have different densities on each.

@jfversluis jfversluis added this to the Backlog milestone Aug 3, 2022
@dotnet dotnet locked and limited conversation to collaborators Jun 8, 2024
@PureWeen PureWeen converted this issue into discussion #22926 Jun 8, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
legacy-area-controls Label, Button, CheckBox, Slider, Stepper, Switch, Picker, Entry, Editor proposal/open t/enhancement ☀️ New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants