def
list_grid
cauldron.display.list_grid()

An multi-column list of the specified source iterable where each element is converted to a string representation for display.

Arguments
Required
Optional
source

list

The iterable to display as a list.

expand_full

bool

Whether or not the list should expand to fill the screen horizontally. When defaulted to False, the list is constrained to the center view area of the screen along with other text. This can be useful to keep lists aligned with the text flow.

Default Value: 

False

column_count

int

The number of columns to display. The specified count is applicable to high-definition screens. For Lower definition screens the actual count displayed may be fewer as the layout responds to less available horizontal screen space.

Default Value: 

2

row_spacing

float

The number of lines of whitespace to include between each row in the grid. Set this to 0 for tightly displayed lists.

Default Value: 

1.0