Class TableView.CellPosition

Definition

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

Class to specify the layout position for the child view.

C#
Copy
public class TableView.CellPosition : Disposable, IDisposable
Inheritance
object
TableView.CellPosition
Implements
System.IDisposable

Constructors

View Source

CellPosition()

The default constructor.

Declaration
C#
Copy
public CellPosition()
View Source

CellPosition(uint, uint, uint, uint)

The constructor.

Declaration
C#
Copy
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
C#
Copy
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
C#
Copy
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
C#
Copy
public CellPosition(uint rowIndex)
Parameters
Type Name Description
uint rowIndex

The row index initialized.

Fields

View Source

swigCMemOwn

swigCMemOwn

Declaration
C#
Copy
protected bool swigCMemOwn
Field Value
Type Description
bool

Properties

View Source

ColumnIndex

The index or position of a column.

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

ColumnSpan

The span of a column.

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

RowIndex

The index or position of a row.

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

RowSpan

The span of a row.

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

Methods

View Source

Dispose(DisposeTypes)

Dispose.

Declaration
C#
Copy
protected override void Dispose(DisposeTypes type)
Parameters
Type Name Description
DisposeTypes type

DisposeTypes

Overrides

Implements

System.IDisposable