Android.Views.ViewGroup.ShouldDelayChildPressedState Method
Return true if the pressed state should be delayed for children or descendants of this ViewGroup.

Syntax

[Android.Runtime.Register("shouldDelayChildPressedState", "()Z", "GetShouldDelayChildPressedStateHandler")]
public virtual bool ShouldDelayChildPressedState ()

Returns

Documentation for this section has not yet been entered.

Remarks

Return true if the pressed state should be delayed for children or descendants of this ViewGroup. Generally, this should be done for containers that can scroll, such as a List. This prevents the pressed state from appearing when the user is actually trying to scroll the content. The default implementation returns true for compatibility reasons. Subclasses that do not scroll should generally override this method and return false.

[Android Documentation]

Requirements

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