Android.Widget.AbsListView.SetDrawSelectorOnTop Method
Controls whether the selection highlight drawable should be drawn on top of the item or behind it.

Syntax

[Android.Runtime.Register("setDrawSelectorOnTop", "(Z)V", "GetSetDrawSelectorOnTop_ZHandler")]
public virtual void SetDrawSelectorOnTop (bool onTop)

Parameters

onTop
If true, the selector will be drawn on the item it is highlighting. The default is false.

Remarks

Controls whether the selection highlight drawable should be drawn on top of the item or behind it.

[Android Documentation]

Requirements

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