treeviewadv icon indicating copy to clipboard operation
treeviewadv copied to clipboard

Does it support high DPI (DPI awareness)?

Open HubKing opened this issue 5 years ago • 1 comments

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>

HubKing avatar Jun 26 '20 06:06 HubKing

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.

ilexp avatar Jun 26 '20 18:06 ilexp