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 : IDisposable
- Inheritance
-
objectTableView.CellPosition
- Implements
-
System.IDisposable
Constructors
View SourceCellPosition()
The default constructor.
Declaration
public CellPosition()
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. |
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. |
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. |
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. |
Fields
View Sourcedisposed
A Flat to check if it is already disposed.
Declaration
protected bool disposed
Field Value
Type | Description |
---|---|
bool |
swigCMemOwn
swigCMemOwn
Declaration
protected bool swigCMemOwn
Field Value
Type | Description |
---|---|
bool |
Properties
View SourcecolumnIndex
The index of a column.
Declaration
public uint columnIndex { get; set; }
Property Value
Type | Description |
---|---|
uint |
columnSpan
The span of a column.
Declaration
public uint columnSpan { get; set; }
Property Value
Type | Description |
---|---|
uint |
rowIndex
The index of a row.
Declaration
public uint rowIndex { get; set; }
Property Value
Type | Description |
---|---|
uint |
rowSpan
The span of a row.
Declaration
public uint rowSpan { get; set; }
Property Value
Type | Description |
---|---|
uint |
Methods
View SourceDispose()
Dispose.
Declaration
public void Dispose()
Dispose(DisposeTypes)
Dispose.
Declaration
protected virtual void Dispose(DisposeTypes type)
Parameters
Type | Name | Description |
---|---|---|
DisposeTypes | type | DisposeTypes |
~CellPosition()
Dispose.
Declaration
protected ~CellPosition()
Implements
System.IDisposable