Android.Views.View.FocusableInTouchMode Property
When a view is focusable, it may not want to take focus when in touch mode.

Syntax

[get: Android.Runtime.Register("isFocusableInTouchMode", "()Z", "GetIsFocusableInTouchModeHandler")]
[set: Android.Runtime.Register("setFocusableInTouchMode", "(Z)V", "GetSetFocusableInTouchMode_ZHandler")]
public bool FocusableInTouchMode { get; set; }

See Also

View.Focusable

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

When a view is focusable, it may not want to take focus when in touch mode. For example, a button would like focus when the user is navigating via a D-pad so that the user can click on it, but once the user starts touching the screen, the button shouldn't take focus

Set method documentation [Android Documentation]

Set whether this view can receive focus while in touch mode. Setting this to true will also ensure that this view is focusable.

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1