Home > Blockchain >  c# Hatching datagridview cell
c# Hatching datagridview cell

Time:04-07

I have winform project in C# that it has datagridview control.

I'm looking for something to express that the datagridview cell will not be valued.

In excel app hatching is a good way for that purpose. So i want to hatch datagridview cell similar excel cell as you see in picture below.

enter image description here

I guess i should use cellPainting event. But i couldn't achieved. If anyone has done something similar to this? Thanx.

CodePudding user response:

You can handle enter image description here

  • Related