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

Grid: Color of divisions not visible on some screens #55

Open
mity opened this issue Apr 1, 2017 · 1 comment
Open

Grid: Color of divisions not visible on some screens #55

mity opened this issue Apr 1, 2017 · 1 comment

Comments

@mity
Copy link
Owner

mity commented Apr 1, 2017

(Copied from #54.)

I wanted to ask how to change the color of the divisions, in some screens of laptop and monitors is not well distinguished, it would be nice to be able to darken the color.

@mity
Copy link
Owner Author

mity commented Apr 1, 2017

Currently the grid control does not allow to change the color. Currently it uses GetThemeSysColor(grid->theme_listview, COLOR_3DFACE) to paint it. I believe it is the same what standard listview control uses to paint divisions between columns (when it has style LVS_REPORT and flag LVS_EX_GRIDLINES set via LVM_SETEXTENDEDLISTVIEWSTYLE).

But support for customizing of the color might perhaps be implemented. I will consider it.

@mity mity changed the title Grid: color of divisions not visible on some screens Grid: Color of divisions not visible on some screens Apr 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant