Click or drag to resize

ListViewZoomable Property

Gets or sets a value indicating whether a zoom water mark is added to 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 bool Zoomable { get; set; }

Property Value

Type: Boolean
true if water marks are added to the control; otherwise, false. The default is true.
See Also