Method Add
Add(View)
Adds a subview (child) to this view.
public override void Add(View view)
Parameters
view
View
Remarks
The Views that have been added to this view can be retrieved via the Subviews property. See also Remove(View)RemoveAll()