Click or drag to resize

ListViewSelectionEnabledOverScrollbuttons Property

Gets or sets a value indicating whether a mouse event must select an item or scroll the list inside scroll regions.

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

Property Value

Type: Boolean
true to allow to select the item; false to scroll the list. The default is false.
Remarks
NOTE:Either is the listview controls does not have scroll bars, this property is used. For example, if there are no scroll bars and the mouse down was pressed in the scroll region, no selection will be perfomed if this property is set to false.
See Also