C
colin
Hi,
I have a tree view much like in windows explorer (the one for files not IE)
it basically lets me view my computer and any drive/directory much like
explorer
but with the ability to filter only directories wich contain the files my
application.
uses wich makes it much easier.
im using DockPanel wich is excelent IDE type interface open source
makes it look much like vs2005, gives me dockable multiple tabbed windows.
however now ive got my directories in a nice tree I want to see a list of
files like in explorer,
with a window pane to the right, with the ability to view as list of names
in multiple columns,
or a detailed list or thumbails as some of them are bitmaps.
Is there any code wich resembles the windows explorer view ?
I was surprised to find the dockpanel wich did exactly what I wanted,
for the IDE type interface, but I dont think it does this type of view,
but I havnt explored it all yet, but its much like the vs2005 ide
wich i dont think has this sort of view.
So I was wondering if theres any code I can use, its probably
quite a bit of work todo from scratch.
Theres so many code samples out there, ive tried loads,
and wasted quite a bit of time with stuff that wasnt quite what it seemed.
and why oh why doesnt the c# treenode have a dynamic IsExpandable propery
that you can set !
Colin =^.^=
I have a tree view much like in windows explorer (the one for files not IE)
it basically lets me view my computer and any drive/directory much like
explorer
but with the ability to filter only directories wich contain the files my
application.
uses wich makes it much easier.
im using DockPanel wich is excelent IDE type interface open source
makes it look much like vs2005, gives me dockable multiple tabbed windows.
however now ive got my directories in a nice tree I want to see a list of
files like in explorer,
with a window pane to the right, with the ability to view as list of names
in multiple columns,
or a detailed list or thumbails as some of them are bitmaps.
Is there any code wich resembles the windows explorer view ?
I was surprised to find the dockpanel wich did exactly what I wanted,
for the IDE type interface, but I dont think it does this type of view,
but I havnt explored it all yet, but its much like the vs2005 ide
wich i dont think has this sort of view.
So I was wondering if theres any code I can use, its probably
quite a bit of work todo from scratch.
Theres so many code samples out there, ive tried loads,
and wasted quite a bit of time with stuff that wasnt quite what it seemed.
and why oh why doesnt the c# treenode have a dynamic IsExpandable propery
that you can set !
Colin =^.^=