Documentation for this section has not yet been entered.
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.