Winform Datagrid gridlines

G

Guest

I am building a form with a datagrid that should only show vertical grid
lines. The problem is that I couldn't find a way to do this.
Does anybody knows how it could be done (i am using a winform datagrid)?

Tks
 
N

Nicholas Paldino [.NET/C# MVP]

Vinicius,

I don't think that you are going to be able to do this without painting
the control in a custom manner. This would probably be very tedious, and
you are probably better off getting a third-party control that provides this
for you.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top