ListLayoutOrientation

annotation class ListLayoutOrientation

A JList cell layout (VERTICAL/VERTICAL_WRAP/HORIZONTAL_WRAP), for ListBox: a single column of cells, or cells wrapped into as many columns or rows as the space allows - filling column by column for VERTICAL_WRAP, row by row for HORIZONTAL_WRAP.