Hello,
Right now I have a bunch of textboxs and such and when I click a button the account goes to the ListView and when you click the ListView the information goes to the controls, also I'm able to move the items on the list up and down with other 2 buttons and now I'm stuck at adding groups.
The user inserts a "Name" on a textbox which will be the group's name and there can be unlimited groups.
[Group 01]
Item 1 <-- index 0
Item 2 <-- index 1
[Group 02]
Item 1 <-- index 2
Item 2 <-- index 3
If I click the "Item 1" on group 2 it should NOT be able to go to group 1, Any help at adding unlimited groups at run time?
(Articles would be really helpful)
- Thank you.