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