I have a datagridview in which I'm showing a checkbox for a boolean value. And it looks like a regular checkbox.
But what we want is to remove the actual box, so that only the check mark shows. Is this possible? And if so does anyone by chance know how?
I'm using C# if that helps, and this is on WindowsForms.