C# Class DroidExplorer.Core.UI.DirectoryTreeView

Inheritance: TreeViewEx
Show file Open project: camalot/droidexplorer

Public Methods

Method Description
ExpandToPath ( string path ) : void
FindNodeFromPath ( string path ) : DirectoryTreeNode

Private Methods

Method Description
RecursiveFind ( TreeNodeCollection root, string path ) : DirectoryTreeNode

Method Details

ExpandToPath() public method

public ExpandToPath ( string path ) : void
path string
return void

FindNodeFromPath() public method

public FindNodeFromPath ( string path ) : DirectoryTreeNode
path string
return DroidExplorer.Core.UI.Components.DirectoryTreeNode