I have a table that has a few header rows where the first column in the rows has a rowspan on 3. So it looks vaguely like:
+----+--------------+
| | Header |
| +--------------+
| | Sub Header |
| +--------------+
| |SubSub Heaader|
+----+--------------+
Now, when I put an image in the column on the left, it causes the vertical alignment on the SubSub header to be thrown off. No matter what order I set the VerticalAlignment to VerticalAlignmentType.Center, it is put to the top of the cell.
Attached is VS solution that reproduces the problem.