The columnFill
property sets and gets
how to fill columns, balanced or not.
columnFill |
No | No | No | No | No |
Return the columnFill property:
var v = object.style.columnFill
Set the columnFill property:
object.style.columnFill='balance|auto|initial|inherit'
Default Value: | balance |
---|---|
Return Value: | A string representing the column-fill property |
CSS Version | CSS3 |