Can this be done using .NET?
Is it some sort of checked Listbox but a custom version?
I know it's contained within a tab control. Ignore the Find search option too.
I'm being really slow today.
Printable View
Can this be done using .NET?
Is it some sort of checked Listbox but a custom version?
I know it's contained within a tab control. Ignore the Find search option too.
I'm being really slow today.
Looks more like a treeview to me.
Treeview control
Treeview. That's what I use to implement this in a program of mine. You can either use the provided checking functionality or code your own custom states.
Thanks guys. I've got it looking a little like the example already. Just not sure about the image. I don't have any real experience with the Treeview control at all but I know where to look for the info. :)