object.style.columnFill = "value";
<'column-fill'> = auto | balance | balance-all
auto
Fill the columns sequentially.
balance
Balance the content equally between columns. In fragmented contexts, only the last fragment is balanced.
balance-all
Balance the content equally between columns. In fragmented contexts, all fragments are balanced.