Android.Views.ViewStub Members

The members of Android.Views.ViewStub are listed below.

See Also: Inherited members from Android.Views.View

Public Constructors

Public Properties

InflatedIdint. Returns the id taken by the inflated view.
LayoutInflaterLayoutInflater. Get current Android.Views.LayoutInflater used in ViewStub.Inflate.
LayoutResourceint. Returns the layout resource that will be used by ViewStub.setVisibility(int) or ViewStub.Inflate to replace this StubbedView in its parent by another view.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods

Inflate() : View
Inflates the layout resource identified by ViewStub.LayoutResource and replaces this StubbedView in its parent by the inflated layout resource.
SetOnInflateListener(ViewStub.IOnInflateListener)
Specifies the inflate listener to be notified after this ViewStub successfully inflated its layout resource.

Public Events

InflateEventDocumentation for this section has not yet been entered.