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.