Mojo app view addchildview
mojo:mojo.app.View.AddChildView
Method AddChildView:Void( view:View )#
Adds a child view to this view.
AddChildView is normally used internally by 'layout' views. However you can also add a child view to any view directly by calling this method.
If you use this method to add a child view to a view, it is your responsiblity to also manage the child view's frame using the Frame property.