Click or drag to resize

ListViewView Property

Gets or sets how items are displayed 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 View View { get; set; }

Property Value

Type: View
One of the View values. The default is View.LargeIcon.
See Also