1 out of 2 rated this helpful - Rate this topic

Flexible Box ("Flexbox") Layout

This section describes features related to Flexible Box ("Flexbox") layout.

In this section

PropertyDescription

-ms-flex

Gets or sets values that specify the parameters of a flexible length: the positive and negative flexibility, and the preferred size.

-ms-flex-align

Gets or sets a value that specifies the alignment (perpendicular to the layout axis defined by the -ms-flex-direction property) of child elements of the object.

-ms-flex-direction

Gets or sets a value that specifies the display order of all child elements of the object.

-ms-flex-flow

Gets or sets one or two shorthand values that specify the flex direction and wrap properties together.

-ms-flex-item-align

Gets or sets a value that specifies the alignment (perpendicular to the layout axis defined by the -ms-flex-direction property) of child elements of the object.

-ms-flex-line-pack

Gets or sets a value that specifies how a flexbox's lines align within the flexbox when there is extra space along the axis that is perpendicular to the axis defined by the -ms-flex-direction property.

-ms-flex-order

Gets or sets a value that specifies the ordinal group that a flexbox element belongs to. This ordinal value identifies the display order for the group.

-ms-flex-pack

Gets or sets a value that specifies how excess space is distributed (along the axis defined by the -ms-flex-direction property) between child elements of the object.

-ms-flex-wrap

Gets or sets a value that specifies whether and in which direction child elements wrap onto multiple lines or columns based on the space available in the object.

 

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.