DataGridView row spanning?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • nwmotogeek@gmail.com

    DataGridView row spanning?

    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?

  • RobinS

    #2
    Re: DataGridView row spanning?

    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.
    ----------------------------------------------
    <nwmotogeek@gma il.comwrote in message
    news:1170891943 .530664.39290@v 33g2000cwv.goog legroups.com...
    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?
    >

    Comment

    Working...