In this image, the content from one panorama item bleeds over onto the previous item:
How can I do this in Expression Blend / with XAML?
Here is my XAML currently:
<controls:Panorama Margin="0,0,-1732,8" Grid.Row="1" Title="ODP">
<controls:PanoramaItem Header="new">
<local:StoryList/>
</controls:PanoramaItem>
<controls:PanoramaItem Header="few">
<local:StoryList/>
</controls:PanoramaItem>
<!-- ... -->
It works, but the content doesn't overlap so it's harder for the user to know they can scroll over.