DataGridView OnPaint

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

greetings I would like to be able to design some extra graphics above the
header cells of a datagridview that I have....

I've been trying to use e.cliprectangle.Offset(0,80); but it is useless the
drawing I make always became over the grid....

How can I do this?....

Thanks A Lot
 
Hi,

Try the following example "How to: Customize the Appearance of Cells in the
Windows Forms DataGridView Control ", msdn help:
ms-help://MS.VSCC.v80/MS.MSDN.v80/MS.VisualStudio.v80.en/dv_fxmclictl/html/478b20c9-625c-4116-9c5c-5a16e6f4ec67.htm

--

Regards,
Rasinec Ninoslav
www.ApplicationAspect.com
(e-mail address removed)
(please, replace dots with appropriate letters)


"Diogo Alves - Software Developer"
 

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

Back
Top