Struct TableLayout.TableLayoutHelper
struct TableLayoutHelper;
Fields
| Name | Type | Description |
|---|---|---|
_cells
|
TableLayout | |
_cols
|
TableLayout | |
_rows
|
TableLayout | |
colCount
|
int | |
layoutHeightFill
|
bool | |
layoutWidthFill
|
bool | |
rowCount
|
int |
Methods
| Name | Description |
|---|---|
cell
(col, row)
|
|
col
(c)
|
|
initialize
(cols, rows, layoutWidthFill, layoutHeightFill)
|
|
layout
(rc)
|
|
layoutCols
(parentSize)
|
|
layoutRows
(parentSize)
|
|
measure
(parent, cc, rc, pwidth, pheight, layoutWidthFill, layoutHeightFill)
|
|
row
(r)
|