This documentation is for the old version. Go to the latest Graphics Mill docs

VirtualListView Class

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
Public MustInherit Class VirtualListView _
	Inherits Control
C#
public abstract class VirtualListView : Control

Remarks

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

Inheritance Hierarchy

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.

Object Model









See Also

Reference