DataGridView row spanning?

  • Thread starter Thread starter nwmotogeek
  • Start date Start date
N

nwmotogeek

Is it possible to span multiple rows with a single column? For
example I may want to associate two items with a persons name and want
that name spanned accross both rows (each item) . Is this possible?

If not what control could this be done with?
 
Not with the DataGridView. You can fake it, and make the lines disappear
and the duplicate entries, which looks good, but isn't really heirarchical.
You'd have to buy a 3rd party control to do this.

Robin S.
 

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

Similar Threads


Back
Top