Hi!
I need an easy to use three state treeview to select files and folders to copy it to another drive.
So I need two solutions: A three-state treeview which recursive checks the files and folders if the parent node is checked and shows an indeterminate state icon if not all childs are checked.
And then get the fullpath of the files being checked and if a folder is checked, only get the fullpath to that folder, not the also checked files under that folder.
I know there are many samples on codeproject, but all of them has some limitations or does not work as expected.
It would be great if someone could provide me a complete control or class using c# or vb.net with some sample.
Thanks,
Jan
Start Free Trial