Alvas.FileControls Class Library

ExplorerListView Class

ExplorerListView is a specialized list view that lists all the files in a specified directory.

For a list of all members of this type, see ExplorerListView Members.

System.Object
   System.MarshalByRefObject
      System.ComponentModel.Component
         System.Windows.Forms.Control
            System.Windows.Forms.ListView
               Alvas.Windows.Forms.FileControls.ExplorerListView

[Visual Basic]
Public Class ExplorerListView
    Inherits ListView
[C#]
public class ExplorerListView : ListView

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 ExplorerListView.

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

ExplorerListView Members | Alvas.Windows.Forms.FileControls Namespace