Android.Views.View.SetScrollContainer Method
Change whether this view is one of the set of scrollable containers in its window.

Syntax

[Android.Runtime.Register("setScrollContainer", "(Z)V", "GetSetScrollContainer_ZHandler")]
public virtual void SetScrollContainer (bool isScrollContainer)

Parameters

isScrollContainer
Documentation for this section has not yet been entered.

Remarks

Change whether this view is one of the set of scrollable containers in its window. This will be used to determine whether the window can resize or must pan when a soft input area is open -- scrollable containers allow the window to use resize mode since the container will appropriately shrink.

[Android Documentation]

Requirements

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