-ms-flex-wrap property

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.
0 out of 1 rated this helpful - Rate this topic

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.

This property is read/write.

Flexible Box Layout Module, Section 6.2Internet Explorer 10

Syntax

-ms-flex-wrap: none | wrap | wrap-reverse

Property values

One of the following values.

none

Initial value. All child elements are displayed in a single row or column. The overflow property of the object determines whether the child elements are hidden, clipped, or scrollable.

wrap

Child elements are wrapped and displayed in successive, parallel rows or columns. The object expands in height or width, perpendicular to the axis defined by the writing-mode property, to accommodate the additional rows or columns.

wrap-reverse

Child elements are wrapped and displayed in successive, parallel rows or columns in reverse order. The object expands in height or width, perpendicular to the axis defined by the writing-mode property, to accommodate the additional rows or columns.

CSS information

Applies Toflexbox elements
Mediavisual
Inheritedno
Initial Valuesingle

Standards information

See also

CSSStyleDeclaration

 

 

Send comments about this topic to Microsoft

Build date: 11/29/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

© 2013 Microsoft. All rights reserved.