Grid Lines

  • Thread starter Thread starter krishna murthy
  • Start date Start date
K

krishna murthy

Hi,
I have one doubt How to add grid lines to grid at the
design as well as at the run time.And color to the Grid
Lines.

Regards,
Krishna
 
Hi,

Take a look at the datagrids gridlinecolor and gridlinestyle
properties. Please note that if you add a tablestyle to your datagrid set
the tablestyles gridlinecolor and gridlinestyle instead of the datagrids for
it to have effect.

http://msdn.microsoft.com/library/d...ndowsFormsDataGridClassGridLineColorTopic.asp

http://msdn.microsoft.com/library/d...ndowsformsdatagridclassgridlinestyletopic.asp

Ken
--------------------------------------
Hi,
I have one doubt How to add grid lines to grid at the
design as well as at the run time.And color to the Grid
Lines.

Regards,
Krishna
 
Back
Top