This class represents a partial implementation of the thumbnail list view control.

Namespace: Aurigma.GraphicsMill.WinControls
Assembly:   Aurigma.GraphicsMill.WinControls (in Aurigma.GraphicsMill.WinControls.dll)

Syntax

Visual Basic (Declaration)
Public MustInherit Class VirtualListView _
	Inherits Control
C#
public abstract class VirtualListView : Control
Visual C++
public ref class VirtualListView abstract : public Control

Remarks

This is a base class for the ThumbnailListView control. Typically there is no need to use this class directly.

Inheritance Hierarchy

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        Aurigma.GraphicsMill.WinControls.VirtualListView
          Aurigma.GraphicsMill.WinControls.ThumbnailListView

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are not safe for multi-threaded operations.

See Also