Image in DataGridView Button Column

D

Dmytro Lapshyn [MVP]

Hi Coco,

The general idea would be to develop the custom ImageButton control (if
there's no such control in Windows Forms), and create a custom column style
derived from ButtonColumn that would use the ImageButton control.

See also the following HOWTO article in MSDN library (use the search to
locate the article by its title):

"How to: Disable Buttons in a Button Column in the Windows Forms
DataGridView Control "
 

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