Click or drag to resize

ListViewScrollable Property

Gets or sets a value indicating whether a scroll bar is added to the control when there is not enough room to display all items.

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 Scrollable { 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