I'm trying present two concepts side by side in a frame. And I want each lineitem to be vertically aligned. Here is is an example where they are not aligned.
\begin{frame}{An Example of using columns in beamer}
\begin{columns}
\begin{column}{0.48\textwidth}
\color{red}\rule{\linewidth}{4pt}
foo
\begin{itemize}
\item this is line 1 of foo
\item this is line 2 of foo which is long
\item this is line 3 of foo
\end{itemize}
\end{column}
\begin{column}{0.48\textwidth}
\color{blue}\rule{\linewidth}{4pt}
bar
\begin{itemize}
\item this is line 1 of bar
\item this is line 2 of bar
\item need this line to be aligned with line 3 of foo
\end{itemize}
\end{column}
\end{columns}
\end{frame}



\parallelcontentwith an empty part (for the missing part)... – Paul Gaborit Oct 25 '16 at 10:28\parallelcontentinsted of\parallelitem, and manually insertitemizeenvironment in one of the two arguments of\parallelcontent? – Enlico Oct 25 '16 at 11:50