So, I\'ve followed this particular thread (How to stop scrolling in a Gallery Widget?) yet I am unable to get it to work properly.
I\'ve created a custom MyGallery c
Just add the attrSet param to the constructor of your custom gallery:
super(ctx, attrSet);
This worked for me. Leo Vannucci