Click or drag to resize

ListViewShowNumberOfItems Property

Gets or sets a value indicating whether the number of items is displayed or not.

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 ShowNumberOfItems { get; set; }

Property Value

Type: Boolean
true if scroll bars are added to the control when necessary to allow the user to see all the items; otherwise, false. The default is true.
See Also