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

VirtualListView.WorkAreas Property

Gets/sets an array of working areas.

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

Syntax

Visual Basic
<BrowsableAttribute(False)> _
Public Property WorkAreas As Rectangle()
C#
[BrowsableAttribute(false)]
public Rectangle[] WorkAreas { get; set; }

Property Value

An array of rectangles representing working areas.

Remarks

Working areas are rectangular virtual areas that the control uses to arrange items. A working area is not a window and cannot have a visible border. By default, the control has no working areas. By creating a working area, you can arrange the items in a non-standard way or cause a horizontal scroll bar to be displayed when there normally would not be one.

See Also

Reference

Manual