Struct TableLayout.TableLayoutHelper

struct TableLayoutHelper;

Fields

NameTypeDescription
_cells TableLayout.TableLayoutCell[]
_cols TableLayout.TableLayoutGroup[]
_rows TableLayout.TableLayoutGroup[]
colCount int
layoutHeightFill bool
layoutWidthFill bool
rowCount int

Methods

NameDescription
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)