mctrl icon indicating copy to clipboard operation
mctrl copied to clipboard

Grid: Color of divisions not visible on some screens

Open mity opened this issue 8 years ago • 1 comments

(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 avatar Apr 01 '17 09:04 mity

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 avatar Apr 01 '17 09:04 mity