Ah, nice, got it working. My problem was with the grid layout i was using in my repeater. I was missing the Major and Minor Alignment settings.
<Layout>
<GridLayout Orientation=”Vertical”
Columns=”1″
AllowWrap=”true”
Spacing=”0,5″
MajorAlignment=”Fill”
MinorAlignment=”Fill”/>
</Layout>