Interface ILayoutParent
Definition
- Assembly:
- Tizen.NUI.dll
[Draft] Interface that defines a layout Parent. Enables a layout child to access methods on its parent, e.g. Remove (during unparenting)
public interface ILayoutParent
Methods
View SourceAdd(LayoutItem)
Add this child to the parent.
Declaration
void Add(LayoutItem layoutItem)
Parameters
Type | Name | Description |
---|---|---|
LayoutItem | layoutItem | The layout child to add. |
Remove(LayoutItem)
Remove this child from the parent
Declaration
void Remove(LayoutItem layoutItem)
Parameters
Type | Name | Description |
---|---|---|
LayoutItem | layoutItem | The layout child to add. |