ListView.ItemsCanFocus Property

Definition

Indicates that the views created by the ListAdapter can contain focusable items.

public virtual bool ItemsCanFocus { [Android.Runtime.Register("getItemsCanFocus", "()Z", "GetGetItemsCanFocusHandler")] get; [Android.Runtime.Register("setItemsCanFocus", "(Z)V", "GetSetItemsCanFocus_ZHandler")] set; }
[<get: Android.Runtime.Register("getItemsCanFocus", "()Z", "GetGetItemsCanFocusHandler")>]
[<set: Android.Runtime.Register("setItemsCanFocus", "(Z)V", "GetSetItemsCanFocus_ZHandler")>]
member this.ItemsCanFocus : bool with get, set

Property Value

Whether the views created by the ListAdapter can contain focusable items.

Attributes

Remarks

Property getter documentation:

Java documentation for android.widget.ListView.getItemsCanFocus().

Property setter documentation:

Indicates that the views created by the ListAdapter can contain focusable items.

Java documentation for android.widget.ListView.setItemsCanFocus(boolean).

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