AccessibilityNodeInfo.CollectionInfo.ColumnCount Property

Definition

Gets the number of columns.

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

Property Value

The column count, or -1 if count is unknown.

Attributes

Remarks

Gets the number of columns.

Java documentation for android.view.accessibility.AccessibilityNodeInfo.CollectionInfo.getColumnCount().

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