Click or drag to resize

ListViewSmallImageList Property

Gets or sets the ImageList to use when displaying items as small icons in the control.

Namespace:  ABB.Robotics.Tps.Windows.Forms
Assembly:  ABB.Robotics.Tps.Windows.Forms (in ABB.Robotics.Tps.Windows.Forms.dll) Version: 6.5.129.0
Syntax
C#
public ImageList SmallImageList { get; set; }

Property Value

Type: ImageList
An ImageList that contains the icons to use when the View property is set to View.SmallIcon. The default is a null reference (Nothing in Visual Basic).
See Also