I would like to use multicol in a beamer frame but have the first column fill with text before the second one.
It appears that \begin{multicols*}... cannot be used to achieve this effect because beamer typesets the contents in a box without a height set so multicols doesn't know the limiting height.
Is there a simple command for the available height in a beamer slide? references \beamer@frametextheight but this appears to only be set late in the typesetting process.
Is there a way to achieve this effect? I'm okay with solutions that require multiple passes.