From this sample: http://code.msdn.microsoft.com/windowsapps/ListView-item-templates-7d74826f
I attempted to isolate Scenario 5 in to it's own project, but I get the following result:
original (correct): top.
isolated (incorrect): bottom.

It's obviously a CSS related issue, but I can't figure out what needs to change to cause the elements to display correctly.