Class TableView.CellPosition

    Definition

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

    Class to specify the layout position for the child view.

    public class TableView.CellPosition : Disposable
    Inheritance
    object
    Disposable
    TableView.CellPosition

    Constructors

    View Source

    CellPosition()

    The default constructor. Initializes the cell position with default values.

    Declaration
    public CellPosition()
    View Source

    CellPosition(uint, uint, uint, uint)

    The constructor.

    Declaration
    public CellPosition(uint rowIndex, uint columnIndex, uint rowSpan, uint columnSpan)
    Parameters
    Type Name Description
    uint rowIndex

    The row index initialized.

    uint columnIndex

    The column index initialized.

    uint rowSpan

    The row span initialized.

    uint columnSpan

    The column span initialized.

    View Source

    CellPosition(uint, uint, uint)

    The constructor to initialize values to defaults for convenience.

    Declaration
    public CellPosition(uint rowIndex, uint columnIndex, uint rowSpan)
    Parameters
    Type Name Description
    uint rowIndex

    The row index initialized.

    uint columnIndex

    The column index initialized.

    uint rowSpan

    The row span initialized.

    View Source

    CellPosition(uint, uint)

    The constructor to initialize values to defaults for convenience.

    Declaration
    public CellPosition(uint rowIndex, uint columnIndex)
    Parameters
    Type Name Description
    uint rowIndex

    The row index initialized.

    uint columnIndex

    The column index initialized.

    View Source

    CellPosition(uint)

    The constructor to initialize values to default for convenience.

    Declaration
    public CellPosition(uint rowIndex)
    Parameters
    Type Name Description
    uint rowIndex

    The row index initialized.

    Properties

    View Source

    columnIndex

    Gets or sets the index of a column.

    Declaration
    public uint columnIndex { get; set; }
    Property Value
    Type Description
    uint
    View Source

    ColumnIndex

    Gets or sets the index or position of a column.

    Declaration
    public uint ColumnIndex { get; }
    Property Value
    Type Description
    uint
    View Source

    columnSpan

    Gets or sets the span of a column.

    Declaration
    public uint columnSpan { get; set; }
    Property Value
    Type Description
    uint
    View Source

    ColumnSpan

    Gets or sets the span of a column.

    Declaration
    public uint ColumnSpan { get; }
    Property Value
    Type Description
    uint
    View Source

    rowIndex

    The index of a row.

    Declaration
    public uint rowIndex { get; set; }
    Property Value
    Type Description
    uint
    View Source

    RowIndex

    Gets or sets the index or position of a row.

    Declaration
    public uint RowIndex { get; }
    Property Value
    Type Description
    uint
    View Source

    rowSpan

    The span of a row.

    Declaration
    public uint rowSpan { get; set; }
    Property Value
    Type Description
    uint
    View Source

    RowSpan

    Gets or sets the span of a row.

    Declaration
    public uint RowSpan { get; }
    Property Value
    Type Description
    uint

    Methods

    View Source

    ReleaseSwigCPtr(HandleRef)

    Declaration
    protected override void ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef swigCPtr)
    Parameters
    Type Name Description
    System.Runtime.InteropServices.HandleRef swigCPtr
    Overrides
    Disposable.ReleaseSwigCPtr(System.Runtime.InteropServices.HandleRef)

    Extension Methods

    EXamlExtensions.LoadFromEXamlByRelativePath<T>(T, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, string)
    Extensions.LoadFromXaml<TXaml>(TXaml, Type)
    Extensions.LoadFromXamlFile<TXaml>(TXaml, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX