Questions tagged [xamarin.mobile]

Xamarin.Mobile is a .NET library that runs on iPhone, Android and Windows Phone 7 which abstracts the underlying functionality and exposes a common API that developers can build against.

Xamarin.Mobile is a .NET library that runs on iPhone, Android and Windows Phone 7 which abstracts the underlying functionality and exposes a common API that developers can build against.

31 questions
0
votes
1 answer

Custom Gallery Not Scrolling

I am following this question: How to stop scrolling in a Gallery Widget? I tried to implement my custom gallery like so: public class CustomGallery : Gallery { public CustomGallery(Context context, IAttributeSet attrs) : …
1 2
3