I'm looking for an approach to let TextFlow wrap its content to two or multiple columns dynamically and (optional) evenly. Currently I need a starting point or a hint to the right direction.
Two modes are of interest here:
balanced column heights so that the heights of the content in each column are approximately equal
with constrained maximum column height and then lay out content starting at the first column and creating as many columns as necessary, possibly overflowing to the right
In terms of text flow, columns are a special case of the more general requirement: text flow through multiple layout boxes with the above mentioned modes.
Thanks!