ExplorerTreeView is a specialized tree view control that represents folders tree.
For a list of all members of this type, see ExplorerTreeView Members.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
System.Windows.Forms.Control
System.Windows.Forms.TreeView
Alvas.Windows.Forms.FileControls.ExplorerTreeView
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
This sample shows how to use ExplorerTreeView.
private void button1_Click(object sender, System.EventArgs e)
{
explorerListView1.ExplorerTree = explorerTreeView1;
explorerTreeView1.ExplorerList = explorerListView1;
filterComboBox1.ExplorerList = explorerListView1;
}
Namespace: Alvas.Windows.Forms.FileControls
Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)
ExplorerTreeView Members | Alvas.Windows.Forms.FileControls Namespace