Row
✖
Row
Details and Options


- Row[list] by default formats the expri as if they appeared as successive elements in StandardForm input, with no extra space in between.
- The separator s can be any expression. Typical choices include:
-
" " a single-space character ", " a comma and space Spacer[w] a spacer w printer's points wide Invisible[expr] space as wide as the expression expr - When Row extends onto multiple lines, it chooses where to break just like an ordinary Wolfram Language expression, and inserts indentation on subsequent lines.
- The elements expri can be strings, graphics, or any other expressions.
- The expri are arranged so that their baselines or alignment points are aligned.
- The following options can be given:
-
Alignment {Left,Baseline} horizontal and vertical alignment of elements Background None what background colors to use BaselinePosition Automatic what to align with a surrounding text baseline BaseStyle {} base style specifications for the row Frame None whether to draw a frame FrameMargins Automatic margins to leave inside the frame FrameStyle Automatic styles to use for frames ImageMargins 0 margins to add outside the display area ImageSize Automatic the overall image size of the displayed row RoundingRadius 0 radius for rounded corners - Row[…] formats as a row of expressions in StandardForm, TraditionalForm, and OutputForm.
- In InputForm, Row[…] formats literally as Row[…].
- TextCell[Row[list],…] creates a text cell that directly contains strings and styled strings in list.
Examples
open allclose allBasic Examples (2)Summary of the most common use cases
Scope (2)Survey of the scope of standard use cases
Row can wrap onto several lines:

https://wolfram.com/xid/0dekhi-4vewe

Elements appear in StandardForm:

https://wolfram.com/xid/0dekhi-ebk

Options (11)Common values & functionality for each option
Alignment (1)
Adjust the alignment within the ImageSize:

https://wolfram.com/xid/0dekhi-eda890

Background (1)
BaselinePosition (1)
Editable (1)
FrameMargins (1)

https://wolfram.com/xid/0dekhi-gfrcqf

FrameMargins also applies to the background:

https://wolfram.com/xid/0dekhi-fdnhy2

FrameStyle (1)
ImageMargins (1)
ImageSize (1)
RoundingRadius (1)

https://wolfram.com/xid/0dekhi-2d3d1

RoundingRadius also applies to the background:

https://wolfram.com/xid/0dekhi-kfl90r

Applications (3)Sample problems that can be solved with this function
Possible Issues (2)Common pitfalls and unexpected behavior
FrameMargins and RoundingRadius have no visible effect unless Frame->True:

https://wolfram.com/xid/0dekhi-e4brjd

Use FrameStyle->None to use other options without adding a frame:

https://wolfram.com/xid/0dekhi-frl2ts

Vertically spanning operators do not grow when passed in string form to Row:

https://wolfram.com/xid/0dekhi-buj72c

Use RawBoxes to make operators vertically span the contents:

https://wolfram.com/xid/0dekhi-ejwt9w

Wolfram Research (2007), Row, Wolfram Language function, https://reference.wolfram.com/language/ref/Row.html (updated 2008).
Text
Wolfram Research (2007), Row, Wolfram Language function, https://reference.wolfram.com/language/ref/Row.html (updated 2008).
Wolfram Research (2007), Row, Wolfram Language function, https://reference.wolfram.com/language/ref/Row.html (updated 2008).
CMS
Wolfram Language. 2007. "Row." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/Row.html.
Wolfram Language. 2007. "Row." Wolfram Language & System Documentation Center. Wolfram Research. Last Modified 2008. https://reference.wolfram.com/language/ref/Row.html.
APA
Wolfram Language. (2007). Row. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Row.html
Wolfram Language. (2007). Row. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/Row.html
BibTeX
@misc{reference.wolfram_2025_row, author="Wolfram Research", title="{Row}", year="2008", howpublished="\url{https://reference.wolfram.com/language/ref/Row.html}", note=[Accessed: 25-March-2025
]}
BibLaTeX
@online{reference.wolfram_2025_row, organization={Wolfram Research}, title={Row}, year={2008}, url={https://reference.wolfram.com/language/ref/Row.html}, note=[Accessed: 25-March-2025
]}