iced
iced copied to clipboard
implement `Wrapping` column
this implements a wrapping column that behaves analogous to a wrapping row, by wrapping into multiple columns when there's not enough space to show all elements in one column. the implementation is almost line-for-line identical to the wrapping row, I've verified it works in my own project.