Component To Select Multiple Folders
-
Hello, I can't seem to find any info regarding this because I don't know what to look for. I really have tried looking on the net, looking on here, searching both articles and message boards, and nothing is quite what I'm needing. What I'm trying to do is find a component that shows the contents of my drive, similar to looking at the Desktop in the Explorer. I would also like to have checkboxes next to the folder names so that a user can select multiple folders. Checkboxes are preferred, but if Ctrl+Select is the only option, then ok. Something like this is out there... I know I've seen it somewhere, but just can't find out what it's called, or any code that uses it as an example. Any suggestions? Thanks, Michael Fritzius
-
Hello, I can't seem to find any info regarding this because I don't know what to look for. I really have tried looking on the net, looking on here, searching both articles and message boards, and nothing is quite what I'm needing. What I'm trying to do is find a component that shows the contents of my drive, similar to looking at the Desktop in the Explorer. I would also like to have checkboxes next to the folder names so that a user can select multiple folders. Checkboxes are preferred, but if Ctrl+Select is the only option, then ok. Something like this is out there... I know I've seen it somewhere, but just can't find out what it's called, or any code that uses it as an example. Any suggestions? Thanks, Michael Fritzius
There's nothing that's standard, it would have to be a user control of some sort.
Christian Graus Driven to the arms of OSX by Vista.
-
There's nothing that's standard, it would have to be a user control of some sort.
Christian Graus Driven to the arms of OSX by Vista.
That's fine--I'm not set on using anything standard anyway. But I wouldn't even know how to make my own control for this application. Has anyone made something like this?
-
Hello, I can't seem to find any info regarding this because I don't know what to look for. I really have tried looking on the net, looking on here, searching both articles and message boards, and nothing is quite what I'm needing. What I'm trying to do is find a component that shows the contents of my drive, similar to looking at the Desktop in the Explorer. I would also like to have checkboxes next to the folder names so that a user can select multiple folders. Checkboxes are preferred, but if Ctrl+Select is the only option, then ok. Something like this is out there... I know I've seen it somewhere, but just can't find out what it's called, or any code that uses it as an example. Any suggestions? Thanks, Michael Fritzius
For the tree portion, have a look at: Tri-State TreeView Control[^] or Three State TreeView – Part 1 of 2[^]
The need to optimize rises from a bad design.My articles[^]
-
For the tree portion, have a look at: Tri-State TreeView Control[^] or Three State TreeView – Part 1 of 2[^]
The need to optimize rises from a bad design.My articles[^]
Excellent. Looks like this would work. Thanks!
-
Excellent. Looks like this would work. Thanks!