List View - TouchScroll Property

Specifies how the control will respond to touch input for scrolling

Member of List View (PRIM_LTVW)

Data Type - Enumeration

Details

The TouchScroll property specifies how list controls will respond when swiped on a touch device.

Allowed Values

Enum ValueDescription
BothThe list will scroll both vertically and horizontally
HorizontalThe list will only scroll control horizontally
ParentAll TouchScroll processing will be directed to the parent control. Touch events will be processed as normal mouse events causing selection and focus to fire
VerticalThe list will only scroll control vertically


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2