ListView.FixedViewInfo.IsSelectable Property

Definition

true if the fixed view should be selectable in the list

[Android.Runtime.Register("isSelectable")]
public bool IsSelectable { get; set; }
[<Android.Runtime.Register("isSelectable")>]
member this.IsSelectable : bool with get, set

Property Value

Attributes

Remarks

true if the fixed view should be selectable in the list

Java documentation for android.widget.ListView.FixedViewInfo.isSelectable.

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