In this image, the contents of one panorama object flows to the previous element:

How to do this in Expression Blend / using XAML?
Here is my XAML:
<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 does not overlap, so it becomes more difficult for the user to know that he can scroll.
source share