How can I disable a specific item checkbox from a report style list control.
I'm calling SetItemState with LVIS_STATEIMAGEMASK and It is not working properly.
Please help
Printable View
How can I disable a specific item checkbox from a report style list control.
I'm calling SetItemState with LVIS_STATEIMAGEMASK and It is not working properly.
Please help
I would like to have this ability too.
Anyone got any hint?
You didn't show any code.
Quote:
Originally Posted by MSDN
So there is no standard way to disable the checkbox at ListCtrl, since it only has two images: Check and Unchecked.
:(
Got to implement it by ourselves.