Adding image to header .net datagridview

I just need a way to insert an image into the vb.net data grid view header. Is there a way to do this?

+2


source to share


2 answers


Here is one answer to a similar SO question.

or you can find your answer here:



Adding Image to Edit Column DataGridView

How to insert image into column header of DataGridView

+3


source


use the cellpainting event of the datagridview control .... Check it out: http://www.authorcode.com/add-image-on-datagridview-column-header-in-vb-net/



0


source







All Articles