Closed xuqiang1015 closed 1 year ago
I found the reason. ReoGrid does not surpport DPI Aware yet.
I've modified my test code, make the Winform project DPI Aware. Now cells in WinForm project is not right too.
When project is DPI Unaware, cell and font have been scaled by system, so the size is right, but turns into blurry.
These are images to compare under DPI Aware and DPI Unaware mod:
DPI Aware:
DPI Unaware:
Origin Images are here : DPI Aware DPI Unaware
fixed in pull request
Thank you very much!
ReoGrid is great Control, thanks to everybody who works on it!
Now I tried to use ReoGrid(WinForm version) in my MFC program.
My screen DPI is 200%, cell height is 20 by default, so cell height should be 40 pixcel.
It works fine when I use ReoGrid in winform.
But when I intergate ReoGrid into MFC, cell height turns to be 20 pixcel.
I didn't find the right solution for it.
Anyone konw how to solve it ? Thanks for you help!
My test code is here.
Which edition of ReoGrid is targeted