0

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.

Giselle W
  • 25
  • 1
  • 3

1 Answers1

0

Here is a post talking about eliminating checkbox borders

How do I remove checkbox border?

In short, its not really possible without a big work around. I would chose Ryan Amies solution of using a custom image

Edit: Wrong link.

Community
  • 1
  • 1
Blast_dan
  • 1,135
  • 9
  • 18