I have a background image in gridview and I want to disable the gridview scrolling so that it doesn't scroll the image. How can i do this?
Try it here if you want to avoid scrolling the GridView.
use gridview.setVerticalScrollBarEnabled(false) to disable the vertical scroll bar.
gridview.setVerticalScrollBarEnabled(false)