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

ThumbnailListView.Columns Property

Gets a collection of control columns (which are visible in the Details view mode).

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

Syntax

Visual Basic
Public ReadOnly Property Columns As ListColumnCollection
C#
public ListColumnCollection Columns { get; }

Property Value

An instance of the ListColumnCollection class which keeps columns of the control.

See Also

Reference