In order to disable all touch events, I think you will need to make your
own implementation that inherits from HorizontalScrollView and overrides
the OnTouch method, which then does nothing inside.

In here you could also have a method that scrolls to the center, which is
called by your activity when OnResume is called.

Med Venlig Hilsen / With Best Regards
Tomasz Cielecki
http://ostebaronen.dk


On Sun, Nov 18, 2012 at 8:39 PM, Bryan Hartman <br...@blhdesign.com> wrote:

> **
>
> Is there a way to have the HorizontalScrollView centered whenever OnResume
> is ran? I also need to disable onTouch events so I can have a single button
> control the sliding.
>
> Thanks in advance,
>
> Bryan
>
> _______________________________________________
> Monodroid mailing list
> Monodroid@lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to