Hello!
I've been looking into using listbox as for part of my assignment and i was wondering if you guys could help point me in the right direction of what to look into next. I know how to make a list box, add objects to the list, modify, and delete from the list.
However what i want to do is to have a list box (or something else this is the part i'm not sure on) where you add a task i.e. do assignment, and then from that double click, or go onto it some more, where i can then either add it's own list, like read book on c#, program, etc. Or even just simply adding a description to the title.
If it makes it easier to understand what i want to do ( because my expiation wasn't very clear ) I want a tableView like on iOS where you click on one of the items, and it'll take you to another view where you can add on more detail about that task currently made.
Thanks in advance.