Skip to content

mojo.app.View.AddChildView

simon edited this page Jul 26, 2018 · 1 revision

mojo::mojo.app.mojo.app.View.AddChildView

Method AddChildView:Void( view:mojo:mojo.app.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.

Clone this wiki locally