Interface ILayoutParent

    Definition

    Namespace:
    Tizen.NUI
    Assembly:
    Tizen.NUI.dll

    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 Source

    Add(LayoutItem)

    Add this child to the parent.

    Declaration
    void Add(LayoutItem layoutItem)
    Parameters
    Type Name Description
    LayoutItem layoutItem

    The layout child to add.

    View Source

    Remove(LayoutItem)

    Remove this child from the parent

    Declaration
    void Remove(LayoutItem layoutItem)
    Parameters
    Type Name Description
    LayoutItem layoutItem

    The layout child to add.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX