[SOLVED] DataGridViewColumn.HeaderCell.Control

Answered Closed
0
0

Hi Wisej,

I am using DataGridViewColumn.HeaderCell.Control to add control on Column header.

I want to add some control on it.

How to add mutil control on it?

Thank you.

  • You must to post comments
Best Answer
0
0

Hi Huynh,

depending on your needs, using a panel hosting several controls and assigning this to the header cell could be an option.
Or using the Tools collection.

Best regards
Frank

  • You must to post comments
Showing 1 result