\blank[fixed,depth]8. September 2016 um 16:21
I'm really really sorry, Wolfgang, but the result is not the same, when
the white-space needs stretching:
--8<---------------cut here---------------start------------->8---
\setupalign[height]
\setupwhitespace[0.5ex plus 0.2ex]
\setupxtable[frame=off, boffset=0pt, toffset=0pt, rulethickness=0pt]
\starttext
Good\crlf
\startxtable
\startxrow \startxcell spacing \stopxcell \stopxrow
\startxrow \startxcell here. \stopxcell \stopxrow
\stopxtable
Unwanted\blank[depth]
Wolfgang\startxtable
\startxrow \startxcell vertical \stopxcell \stopxrow
\startxrow \startxcell space. \stopxcell \stopxrow
\stopxtable
\framed[height=16cm]{bla}
\framed[height=16cm]{bla}
\stoptext
--8<---------------cut here---------------end--------------->8---