Function |
Description |
---|
AddChild() |
Adds a child view to the view hierarchy |
ChildAt() |
Returns a given child view |
CountChildren() |
Returns the number of child views |
FindView() |
Finds a named child view |
MoveBy() |
Moves the view within the parent's coordinate system |
MoveTo() |
Moves the view to a given point in the parent's coordinate system |
NextSibling() |
Returns the next sibling in the chain |
Parent() |
Returns the parent view |
PreviousSibling() |
Returns the previous sibling in the chain |
RemoveChild() |
Removes a child view from the view hierarchy |
RemoveSelf() |
Removes the view from the parent |