Hi,
I have data I want displayed something like this:
---------------------------------------------------------------
| 0 | ' This is the item index
---------------------------------------------------------------
| Data 1 |
---------------------------------------------------------------
| Data 2 |
---------------------------------------------------------------
| Data 3 |
---------------------------------------------------------------
| Data 4 |
---------------------------------------------------------------
| Data 5 |
---------------------------------------------------------------
| 1 | ' This is the item index
---------------------------------------------------------------
| Data 1 |
---------------------------------------------------------------
| Data 2 |
---------------------------------------------------------------
| Data 3 |
---------------------------------------------------------------
| Data 4 |
---------------------------------------------------------------
| Data 5 |
---------------------------------------------------------------
etc.
Is there anyway to accomplish this with either ListView or DataGridView controls? I'm guessing something using Groups or something like that?
I need to be able to select the Index "Row" so the user can delete the entire "Group"...
Thanks,
Tim
I have data I want displayed something like this:
---------------------------------------------------------------
| 0 | ' This is the item index
---------------------------------------------------------------
| Data 1 |
---------------------------------------------------------------
| Data 2 |
---------------------------------------------------------------
| Data 3 |
---------------------------------------------------------------
| Data 4 |
---------------------------------------------------------------
| Data 5 |
---------------------------------------------------------------
| 1 | ' This is the item index
---------------------------------------------------------------
| Data 1 |
---------------------------------------------------------------
| Data 2 |
---------------------------------------------------------------
| Data 3 |
---------------------------------------------------------------
| Data 4 |
---------------------------------------------------------------
| Data 5 |
---------------------------------------------------------------
etc.
Is there anyway to accomplish this with either ListView or DataGridView controls? I'm guessing something using Groups or something like that?
I need to be able to select the Index "Row" so the user can delete the entire "Group"...
Thanks,
Tim
Last edited: