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

Does it support high DPI (DPI awareness)? #11

Open
HubKing opened this issue Jun 26, 2020 · 1 comment
Open

Does it support high DPI (DPI awareness)? #11

HubKing opened this issue Jun 26, 2020 · 1 comment

Comments

@HubKing
Copy link

HubKing commented Jun 26, 2020

I added the following to the app.config of the SampleApp, and upgraded the target framework of all projects to 4.8, and ran it. But I could not get the correct result. The tree is empty. Does it support high DPI?

<System.Windows.Forms.ApplicationConfigurationSection>

</System.Windows.Forms.ApplicationConfigurationSection>

@ilexp
Copy link
Member

ilexp commented Jun 26, 2020

Since this is just a fork from the original project, I am not as qualified to answer this as the original authors. However, I'd go with "no", since I didn't see any High DPI specific code while browsing the codebase, and I would expect there to be at least some, given the amount of custom drawing being done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants