DataGridView: Column Header with 2 lines

  • Thread starter Thread starter osmarjunior
  • Start date Start date
O

osmarjunior

I want to create columns in my DataGridView just like that:

______________________________________
|________________Taxes________________|
|_______Tax 1_______|______Tax 2______|
| 3,50 | 4,50 |
| 6,60 | 4,22 |


But how do I make column headers with 2 levels, and merge the first
row?

Thanks.
 
Osman,

You can always try to set the DataGridView on a panel with some labels above
it, if you center that a little bit, than the place will in most situations
be right.

Cor
 

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