G
Guest
Hello
How do you append/set subitem within a row
For example given this listview
0 1 2 3 4
1 2 3
In row 2, I'd like to add "5" after the "4." Class ListView supports adding a new row via ListViewItem.
How do you append a new subitem to an exist row
How do you set the entire row
Thanks
Kuphryn
How do you append/set subitem within a row
For example given this listview
0 1 2 3 4
1 2 3
In row 2, I'd like to add "5" after the "4." Class ListView supports adding a new row via ListViewItem.
How do you append a new subitem to an exist row
How do you set the entire row
Thanks
Kuphryn