ListView scrolling with swipe

Hi all, I have a list view and now i want to scroll it up and down but not from scrollbar… it should be scroll on swipe. Please help me guys.

I am using…

scrollPosition = GUILayout.BeginScrollView(scrollPosition, false, true);

for scrolling my list but it scroll through scrollbar… which i don’t want… i want it scroll on swiping or dragging my list up and down.
I am trying find out the way from last 2 days. Please help, if explain with some code it will great help for me.

Thanks in advance.

Quite new in Unity and feel so shameful that I can’t understand well with the listview here. Anyway, have you heard about list view control, like the UI listview, I even googled the UI listview tutorial. I think they must have something in common, hope this can be insightful to you.

hi…
this is exactly what i need…please anybody help…i want scroll with swipe.how it could possible