I am trying to change forecolor of the checkbox in the ListView report with enabled checkboxes.
But forecolor setting only refers to the text inside the listview cell.
Does anyone have any "easy" method to accomplish this ?
Thanks,
Ilija
Printable View
I am trying to change forecolor of the checkbox in the ListView report with enabled checkboxes.
But forecolor setting only refers to the text inside the listview cell.
Does anyone have any "easy" method to accomplish this ?
Thanks,
Ilija
I think you will only be able to do it by subclassing the listview, which won't be easy.
I was thinking that it could be the only way to accomplish this (by doing subclassing).
But I am doing a rather big project here and I wouldn't like to have a subclassing just to prettify my app. :)
Then check those third party control that provides fancy ListViews.
Check VBAccelerator too: http://www.vbaccelerator.com/
:wave: