Android.Widget.Gallery Class
A view that shows items in a center-locked, horizontally scrolling list.

See Also: Gallery Members

Syntax

[Android.Runtime.Register("android/widget/Gallery", DoNotGenerateAcw=true)]
[System.Obsolete("This class is obsoleted in this android platform")]
public class Gallery : AbsSpinner, Android.Views.GestureDetector.IOnGestureListener, IDisposable

Remarks

A view that shows items in a center-locked, horizontally scrolling list.

The default values for the Gallery assume you will be using NoType:android/R$styleable;Href=../../../reference/android/R.styleable.html#Theme_galleryItemBackground as the background for each View given to the Gallery from the Adapter. If you are not doing this, you may need to adjust some Gallery properties, such as the spacing.

Views given to the Gallery should use NoType:android/widget/Gallery$LayoutParams;Href=../../../reference/android/widget/Gallery.LayoutParams.html as their layout parameters type.

[Android Documentation]

Requirements

Namespace: Android.Widget
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1Deprecated since API level 16