Android.Views.ViewStub: Method Members

The methods of Android.Views.ViewStub are listed below. For a list of all members, see the ViewStub Members list.

See Also: Inherited members from Android.Views.View

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.