New to Telerik UI for WinForms? Download free 30-day trial

Touch Support

RadListView supports scrolling, column reorder and column resize operations via touch interface.

Scrolling

To scroll the control simply drag the whole control to the desired location (left, right, up, down).

WinForms RadListView Touch Support

By default, the EnableKineticScrolling property is set to false.Set it to true in order to benefit from the scrolling option.

Here is the result of scrolling the control down.

WinForms RadListView Touch Scroll

Column Reorder

In order to reorder the columns, just drag the desired column title to its new location.

WinForms RadListView Column Reorder

Here you can see the dragged "Picture" column from the left of the control to the right of it.

WinForms RadListView Drag Column

Column Resize

Resizing the columns is achieved by the zoom gesture applied to the desired column title.

WinForms RadListView Touch Column Resize

And the result is:
WinForms RadListView Touch Support Drag

See Also

In this article