Language

ActionBar.HideOnContentScrollEnabled Property

Definition

Return whether the action bar is configured to scroll out of sight along with a nested scrolling child.

public virtual bool HideOnContentScrollEnabled { [Android.Runtime.Register("isHideOnContentScrollEnabled", "()Z", "GetIsHideOnContentScrollEnabledHandler")] get; [Android.Runtime.Register("setHideOnContentScrollEnabled", "(Z)V", "GetSetHideOnContentScrollEnabled_ZHandler")] set; }
[<get: Android.Runtime.Register("isHideOnContentScrollEnabled", "()Z", "GetIsHideOnContentScrollEnabledHandler")>]
[<set: Android.Runtime.Register("setHideOnContentScrollEnabled", "(Z)V", "GetSetHideOnContentScrollEnabled_ZHandler")>]
member this.HideOnContentScrollEnabled : bool with get, set

Property Value

true if hide-on-content-scroll is enabled

Attributes

Remarks

Return whether the action bar is configured to scroll out of sight along with a nested scrolling child.

See also:

Android reference for android.app.ActionBar.isHideOnContentScrollEnabled.

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