Touch Scroll Property
DirectX Only
Determines how list controls such as Listview and Grid will respond when swiped.
Both
The list will scroll both vertically and horizontally.
Horizontal
The list will only scroll control horizontally.
Parent
Default – All touch move processing will be directed to the parent control. Touch events will be processed as normal mouse events causing selection and focus to fire.
Vertical
The list will only scroll control vertically.