Grid

The GridPanel is deprecated for the time being.


class flexx.ui.GridPanel(*init_args, **kwargs)

Inherits from: Layout

A panel which lays out its children in a grid.

NOTE: the GridPanel is temporarily deprecated until the Phosphorjs GridPanel is fixed.

The “pos” signal of each child represents its integer position/index in the grid.

For each column and each row, it looks at its children and selects the maximum flex, min-size and base-size, and the minimum max-size. If all flex factors are zero, all columns/rows become of equal size (subject to size limits).

spacing

property – The space between two child elements.

class flexx.ui.GridLayout(*init_args, **kwargs)

Inherits from: BaseTableLayout

Not implemented yet.