We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
fixed in pull request
Thank you very much!
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: