Android.Views.IViewParent.FocusSearch Method
Find the nearest view in the specified direction that wants to take focus

Syntax

[Android.Runtime.Register("focusSearch", "(Landroid/view/View;I)Landroid/view/View;", "GetFocusSearch_Landroid_view_View_IHandler:Android.Views.IViewParentInvoker, Mono.Android, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null")]
public View FocusSearch (View v, [Android.Runtime.GeneratedEnum] FocusSearchDirection direction)

Parameters

v
The view that currently has focus
direction
One of FOCUS_UP, FOCUS_DOWN, FOCUS_LEFT, and FOCUS_RIGHT

Returns

Documentation for this section has not yet been entered.

Remarks

Find the nearest view in the specified direction that wants to take focus

[Android Documentation]

Requirements

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