Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

Multi-column Layout

This section describes Cascading Style Sheets (CSS) features related to multiple column layout.

In this section

PropertyDescription

break-after

Gets or sets the column-break behavior that follows a content block in a multi-column element.

break-before

Gets or sets the column-break behavior that precedes a content block in a multi-column element.

break-inside

Gets or sets the column-break behavior that occurs within a content block in a multi-column element.

column-count

Gets or sets the optimal number of columns in a multi-column element.

column-fill

Gets or sets a value that indicates how the column lengths in a multi-column element are affected by the content flow.

column-gap

Gets or sets the width of the gap between columns in a multi-column element.

column-rule

Gets or sets a shorthand value that specifies values for the columnRuleWidth, columnRuleStyle, and the columnRuleColor of a multi-column element.

column-rule-color

Gets or sets the color for all column rules in a multi-column element.

column-rule-style

Gets or sets the style for all column rules in a multi-column element.

column-rule-width

Gets or sets the width of all column rules in a multi-column element.

columns

Gets or sets a shorthand value that specifies values for the column-width and the column-count of a multi-column element.

column-span

Gets or sets the number of columns that a content block spans in a multi-column element.

column-width

Gets or sets the optimal width of the columns in a multi-column element.

 

 

 

Show:
© 2017 Microsoft