Click here to Skip to main content
Click here to Skip to main content

Enhanced BrowseForFolder styled TreeView

By , 7 Mar 2004
 

Introduction

This tree view control gives you the ability to control which drive types are displayed to let the user choose directories. A possible scenario is to show only local drives, because your Application scan the selected directories and fill a database with the generated meta data, and it makes no sense to allow directories from removable drives.

Design

Introduction

This release has a new design which is based on a tree view which aggregates a tree view data provider interface (Strategy pattern). The goal of the new design is to provide an easy way to extend or add data providers without changing a single line of tree view code. Basically the tree view interface will not change so far, but the data providers will change their behavior and features.

TreeViewFolderBrowser class defines the following core requirements

  • DriveTypes
  • RootFolder
  • CheckboxBehaviorMode

and is responsible to manage the checkboxes and the internal selected directories list.

ITreeViewFolderBrowserDataProvider is used by a TreeViewFolderBrowser instance and is responsible to
  • retrieve the computer drives and directories
  • Imagelist which is used to assign images to the nodes created by this instance
  • ContextMenu

and can provide custom features and behavior to extend the TreeViewFolderBrowser class.

TreeViewFolderBrowser

You can specify the drive types through a public instance property on the control. The enumeration can be treated as a bit field, that is, a set of flags.

Member Name Description
NoRootDirectory NoRootDirectory
RemovableDisk Drive has removable media. This includes all floppy drives and many other varieties of storage devices.
LocalDisk Drive has fixed (nonremovable) media. This includes all hard drives, including hard drives that are removable.
NetworkDrive Network drives. This includes drives shared anywhere on a network.
CompactDisc Drive is a CD-ROM. No distinction is made between read-only and read/write CD-ROM drives.
RAMDisk Drive is a block of Random Access Memory (RAM) on the local computer that behaves like a disk drive.

The different CheckboxBehaviorMode indicates whether check boxes are displayed next to the tree nodes in the tree view control and how the tree view handle related events. The main difference between SingleChecked and RecursiveChecked behavior, lies in the fact that the user can't unselect sub folders of a checked folder in RecursiveChecked mode.

Member Name Description
None No check boxes are displayed next to the tree nodes in the tree view control.
SingleChecked Check boxes are displayed next to the tree nodes in the tree view control. The user can check directories.
RecursiveChecked Check boxes are displayed next to the tree nodes in the tree view control. The user can check directories, the subdirectories are checked recursive.

The root folder property let you specify where the browsing starts from. Root folder values are defined by System.Environment.SpecialFolder.

Member Name Description
Desktop The tree view control shows a virtual desktop root node. Personal node points to the user my files folder. The MyComputer node shows the specified drive types.
MyComputer The tree view control shows the specified drive types on the root.
All other values from System.Environment.SpecialFolder The tree view control shows the specified root folder, the drive types are ignored.

The combination of DriveType, CheckboxBehaviorModes and SpecialFolder enumeration values gives you the ability to control how the tree view display it's content and behaves when you select a directory.

DataProvider

Data providers are the workers behind the TreeViewFolderBrowser which controls them. By implementing the ITreeViewFolderBrowserDataProvider interface, you will have full control over the core processes like retrieving data, assign images to the nodes and provide custom ContextMenu items for each node. But you don't have to care about checkboxes, load on demand, find node at position if the user request the ContextMenu, you will be hooked if it's time to take some action on it. The only thing you must respect is the core functionality (DriveTypes and RootFolder) implemented by the TreeViewFolderBrowser.

To provide clean access to the handled TreeViewFolderBrowser class instance every method on the data provider interface provides an TreeViewFolderBrowserHelper class instance which lets you create nodes and give you access to the TreeViewFolderBrowser instance.

Please take a look at the two delivered standard implementations which can be found in the Raccoom.TreeViewFolderBrowser.DataProviders project.

Key features

TreeViewFolderBrowser

  • Different build in CheckboxBehaviorModes.
  • Step by step population for subdirectories.
  • Parent nodes are bold if there are selected subfolders, this helps to find selected directories in large structures.

TreeViewFolderBrowserDataProvider

  • Drive enumeration through strong typed Win32_Logicaldisk WMI class.
  • Shell32 ImageList used to retrieve Icons.
  • System.IO namespace used to retrieve directories
  • Respects the code access security features from .NET

TreeViewFolderBrowserDataProviderShell32

Inherit from TreeViewFolderBrowserDataProvider

  • Drive and directory enumeration through Shell32 interop against strong typed Win32_Logicaldisk WMI class drive types. (Does not respect .NET code access security)
  • Supports Shell32 virtual folders (non file system folders)
  • Shell32 ImageList used to retrieve Icons.
  • Functional context menu items for each shell object.
  • Tested against WinXP and Win2000.

Using the code

Before you begin make sure your project has a valid reference to the Raccoom.TreeViewFolderBrowser.dll. Go to the Toolbox window, right-click and select Customize Toolbox from the context menu. In the Customize Toolbox dialog go to the .NET Framework Components tab and select the Raccoom.TreeViewFolderBrowser.dll assembly that you just compiled. Now drop the TreeViewFolderBrowser control to your form.

This example assumes that you have created an instance of a TreeViewFolderBrowser control on a Form.

Fill data

// set standard data provider
this.myTreeView.DataSource = 
 new Raccoom.Windows.Forms.TreeViewFolderBrowserDataProvider();
// set drive types
this.myTreeView.DriveTypes
= DriveTypes.LocalDisk | DriveTypes.NetworkDrive | 
 DriveTypes.RemovableDisk |
 DriveTypes.CompactDisc;
// set checkbox behavior mode
this.myTreeView.CheckboxBehaviorMode= CheckboxBehaviorMode.SingleChecked;
// fill root level
this.myTreeView.Populate();
Event Handling
private void treeView_SelectedDirectoriesChanged(
 object sender, Raccoom.Windows.Forms.SelectedDirectoriesChangedEventArgse)
{
// determine the path which is currently added (checked) 
// or removed (unchecked)
this.statusBar1.Text = e.Path + " is now " + e.CheckState.ToString();
// display all selected path's in a listbox
this.listBox1.Items.Clear();
foreach(string s in myTreeView.SelectedDirectories)
{
this.listBox1.Items.Add(s);
} 
}

Conclusions

This control display drive types and folders, so far so good. Removable disk's can change their medium and folders can change (new folder, delete folder) during run time, the control does not care about that.

Links

History

  • 04.03.2004 Major design changes
  • 08.02.2004 Major update
  • 02.07.2003 final release

Have phun...

License

This article, along with any associated source code and files, is licensed under The GNU Lesser General Public License (LGPLv3)

About the Author

Chris Richner
Software Developer (Senior) Zeit AG
Switzerland Switzerland
Member
Biography
  • 1996 - 1998 PC Board PPL, HTML, DHTML, Javascript and ASP
  • 1999 - 2001 coding Centura against Sql Database (Centura,MSSQL,Oracle)
  • 2002 - 2004 C# Windows Forms
  • 2005 - 2006 C# ASP.NET, Windows Forms
  • 2006 - 2009 C#, WCF, WF, WPF
  • 2010 - 2012 C#, Dynamics CRM, Sharepoint, Silverlight
  • 2013 - now C#, WCF DS (OData), WF, WPF
Interests
  • family & friends
  • chilaxing ,)
  • coding

Sign Up to vote   Poor Excellent
Add a reason or comment to your vote: x
Votes of 3 or less require a comment

Comments and Discussions

 
Hint: For improved responsiveness ensure Javascript is enabled and choose 'Normal' from the Layout dropdown and hit 'Update'.
You must Sign In to use this message board.
Search this forum  
    Spacing  Noise  Layout  Per page   
GeneralAwesome Articlememberashishgupta12122 Mar '13 - 8:26 
GeneralRe: Awesome ArticlememberChris Richner3 Mar '13 - 2:09 
BugException fix.memberKoson26 Jun '12 - 0:23 
GeneralRe: Exception fix.memberChris Richner23 Jul '12 - 23:31 
SuggestionSorting of the subdirsmemberm_kuhn11 Dec '11 - 2:16 
Hello,
I would like to have the directories sorted.
I used at my code the follwoing extension to Yours:
private DirectoryInfo[] SortDirArray( DirectoryInfo[] unsorted )
{
    try
    {
        Array.Sort<DirectoryInfo>( unsorted, new
            Comparison<DirectoryInfo>( delegate( DirectoryInfo d1, DirectoryInfo d2 )
                  {
                       return string.Compare( d1.Name, d2.Name );
                     } 
                  ) 
               );
    }
    catch
    {
    }
    return unsorted;
}
 
public virtual void RequestSubDirs(TreeViewFolderBrowserHelper helper, TreeNodePath parent, TreeViewCancelEventArgs e)
{
	if(parent.Path==null) return;
	//
	DirectoryInfo directory = new DirectoryInfo(parent.Path);	
	// check persmission
	new System.Security.Permissions.FileIOPermission(System.Security.Permissions.FileIOPermissionAccess.PathDiscovery, directory.FullName).Demand();										
	//					
	foreach( DirectoryInfo dir in SortDirArray(directory.GetDirectories()))
	{
		if ((dir.Attributes & System.IO.FileAttributes.System) == System.IO.FileAttributes.System)
		{
			continue;
		}
		if ((dir.Attributes & System.IO.FileAttributes.Hidden) == System.IO.FileAttributes.Hidden)
		{
			continue;
		}
		TreeNodePath newNode = this.CreateTreeNode(helper, dir.Name,dir.FullName,false,((helper.TreeView.CheckboxBehaviorMode != CheckboxBehaviorMode.None) && (parent.Checked)),false);
		parent.Nodes.Add(newNode);						
		//
		try
		{
			if(dir.GetDirectories().GetLength(0) > 0)
			{
				newNode.AddDummyNode();
			}
		} 
		catch{}						
	}			
}
Perhaps You can include it into Yours.
Thank You. Smile | :)
GeneralRe: Sorting of the subdirsmemberChris Richner15 Mar '12 - 0:43 
GeneralMy vote of 5memberDontSailBackwards23 Nov '11 - 10:12 
QuestionDe-selecting Subfolders? [modified]memberMember 30938448 Jun '11 - 5:26 
AnswerRe: De-selecting Subfolders? [modified] [modified]memberDontSailBackwards23 Nov '11 - 10:17 
GeneralRe: De-selecting Subfolders? [modified]memberChris Richner23 Nov '11 - 23:09 
QuestionI may seem stupid, but ..memberNigel Mackay20 Jun '10 - 21:32 
GeneralI wonder How did you add the reference named "TreeViewExplorer_Source" in Raccoom.TreeViewFolderBrowser.Demomemberic_nim15 Feb '10 - 7:18 
GeneralWorks on Vista, not on XPmemberscotchfaster29 Nov '09 - 18:36 
GeneralRe: Works on Vista, not on XPmemberChris Richner30 Nov '09 - 6:24 
GeneralRe: Works on Vista, not on XPmemberscotchfaster21 Dec '09 - 15:31 
GeneralMulti Columnsmemberddurnan22 Oct '09 - 1:36 
GeneralContext menumemberPhazonmutant10 Aug '09 - 13:13 
GeneralRe: Context menumemberChris Richner10 Aug '09 - 20:27 
Generalpopulate with List<string> (or StringCollection) of paths</string>memberSaso Tepina2 Apr '09 - 18:47 
GeneralRe: populate with List (or StringCollection) of pathsmemberChris Richner2 Apr '09 - 21:50 
GeneralRe: populate with List (or StringCollection) of paths [modified]memberSaso Tepina2 Apr '09 - 22:22 
GeneralRe: populate with List (or StringCollection) of pathsmemberChris Richner2 Apr '09 - 23:21 
GeneralRe: populate with List (or StringCollection) of pathsmemberSaso Tepina2 Apr '09 - 23:39 
GeneralRe: populate with List (or StringCollection) of pathsmemberSaso Tepina3 Apr '09 - 0:35 
GeneralRe: populate with List (or StringCollection) of pathsmemberChris Richner3 Apr '09 - 5:42 
GeneralRe: populate with List (or StringCollection) of pathsmemberSaso Tepina3 Apr '09 - 6:31 
GeneralRe: populate with List (or StringCollection) of pathsmemberChris Richner5 Apr '09 - 21:21 
GeneralFix for a little bug (all subfolders checked if you first check and then expand)memberSaso Tepina2 Apr '09 - 16:17 
General"Failed to get icon index" on VistamemberDenXX19 Feb '09 - 13:36 
GeneralRe: "Failed to get icon index" on VistamemberChris Richner19 Feb '09 - 23:03 
GeneralRe: "Failed to get icon index" on Vistamemberkingjotte1 Apr '09 - 22:04 
GeneralVery nice workmemberimadulhaq14 Jan '09 - 2:56 
GeneralRe: Very nice workmemberChris Richner14 Jan '09 - 7:20 
GeneralRe: Very nice workmemberimadulhaq14 Jan '09 - 18:14 
GeneralRe: Very nice workmemberChris Richner15 Jan '09 - 3:45 
GeneralRemovable harddisks are displayed even when selected drivetype is LocalDiskmemberdkmittal3 Nov '08 - 20:25 
GeneralRe: Removable harddisks are displayed even when selected drivetype is LocalDiskmemberChris Richner4 Nov '08 - 5:27 
QuestionRecursive check does not workmemberdatacore29 Oct '08 - 10:01 
AnswerRe: Recursive check does not workmemberChris Richner30 Oct '08 - 6:25 
AnswerRe: Recursive check does not workmemberkingjotte1 Apr '09 - 22:07 
GeneralRe: Recursive check does not workmemberChris Richner2 Apr '09 - 1:31 
GeneralRe: Recursive check does not workmemberkingjotte2 Apr '09 - 2:26 
GeneralMapped network drivesmemberM1iS23 Sep '08 - 10:56 
GeneralRe: Mapped network drivesmemberChris Richner27 Sep '08 - 2:37 
GeneralRe: Mapped network drivesmemberkingjotte1 Apr '09 - 22:08 
QuestionTransparent iconsmembermaster20218 Sep '08 - 6:39 
AnswerRe: Transparent iconsmemberChris Richner27 Sep '08 - 2:39 
GeneralRe: Transparent iconsmembermaster20228 Sep '08 - 4:14 
GeneralRe: Transparent iconsmemberChris Richner28 Sep '08 - 12:28 
GeneralQuestion about filesmemberclu8229 Aug '08 - 8:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Rant Rant    Admin Admin   

Permalink | Advertise | Privacy | Mobile
Web04 | 2.6.130516.1 | Last Updated 8 Mar 2004
Article Copyright 2003 by Chris Richner
Everything else Copyright © CodeProject, 1999-2013
Terms of Use
Layout: fixed | fluid