GridLineStyle

  • Thread starter Thread starter Nicolas L.
  • Start date Start date
N

Nicolas L.

Datagrids only have two line styles: None and Solid...

is there a way to display a table in a datagrid with horizontal or vertical
lines only ???

what about defining a custom DataGridTextBoxColumn class and
overloading/overriding its Paint Method ??
I think it can be done in this way but I don't figure out how....

Thanks in advance !!!

Nicolas L.
 
Datagrids only have two line styles: None and Solid...

You might also check out the free grid at my website (below) which offers
several options for line styles between rows and columns.

Brian
 
Back
Top