Android.App.ActionBar.HideOnContentScrollEnabled Property
Return whether the action bar is configured to scroll out of sight along with a Android.Views.View.NestedScrollingEnabled.

Syntax

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

See Also

ActionBar.HideOnContentScrollEnabled

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Return whether the action bar is configured to scroll out of sight along with a Android.Views.View.NestedScrollingEnabled.

Set method documentation [Android Documentation]

Enable hiding the action bar on content scroll.

If enabled, the action bar will scroll out of sight along with a Android.Views.View.NestedScrollingEnabled view's content. The action bar must be in Android.Views.Window.FEATURE_ACTION_BAR_OVERLAY to enable hiding on content scroll.

When partially scrolled off screen the action bar is considered ActionBar.Hide. A call to ActionBar.Show will cause it to return to full view.

Requirements

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