AccessibilityNodeInfo.CollectionItemInfo.ColumnSpan Property

Definition

Gets the number of columns the item spans.

public int ColumnSpan { [Android.Runtime.Register("getColumnSpan", "()I", "")] get; }
[<get: Android.Runtime.Register("getColumnSpan", "()I", "")>]
member this.ColumnSpan : int

Property Value

The column span.

Attributes

Remarks

Gets the number of columns the item spans.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionItemInfo.getColumnSpan().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to