Alvas.FileControls Class Library

ExplorerTreeView Class

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

[Visual Basic]
Public Class ExplorerTreeView
    Inherits TreeView
[C#]
public class ExplorerTreeView : TreeView

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Example

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;
}
 

Requirements

Namespace: Alvas.Windows.Forms.FileControls

Assembly: Alvas.Windows.Forms.FileControls (in Alvas.Windows.Forms.FileControls.dll)

See Also

ExplorerTreeView Members | Alvas.Windows.Forms.FileControls Namespace