Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>OK I use <strong>wrap panel</strong> but problem is still here. I have two panorama items (I post code from item 1 and item 2 have same code only is showing on second panorama page) and problem is still if I save some value to one of item in panorama item 1 this value is too in panorama item 2 and I dont know how make it. Logic is click on panorama 1 item change values in panoam 1 items, click on panorama 2 items change panorama 2 items values. Its look like panoram item 1 have same ID like panoram item 2. Here is full source : <a href="https://dl.dropbox.com/u/40039421/App1SecondEdit.rar" rel="nofollow">https://dl.dropbox.com/u/40039421/App1SecondEdit.rar</a></p> <pre><code>&lt;Grid x:Name="LayoutRoot" Background="Transparent"&gt; &lt;!--Panorama control--&gt; &lt;phone:Panorama&gt; &lt;!--Panorama item 1--&gt; &lt;phone:PanoramaItem Header="Test"&gt; &lt;Grid x:Name="PanelPanoramaItem1" Grid.Row="1" Margin="25,0,12,0"&gt; &lt;ListBox ItemsSource="{Binding AllBooks}"&gt; &lt;ListBox.ItemsPanel&gt; &lt;ItemsPanelTemplate&gt; &lt;toolkit:WrapPanel Orientation="Vertical"/&gt; &lt;/ItemsPanelTemplate&gt; &lt;/ListBox.ItemsPanel&gt; &lt;ListBox.ItemTemplate&gt; &lt;DataTemplate&gt; &lt;Button Width="140" Height="140" toolkit:TiltEffect.IsTiltEnabled="True" Margin="0,0,0,5" Click="Button_Click_1" Tag="{Binding Id}" &gt; &lt;Button.Template&gt; &lt;ControlTemplate&gt; &lt;Grid Background="Chartreuse"&gt; &lt;TextBlock Foreground="Black" Text="{Binding BookName}" /&gt; &lt;/Grid&gt; &lt;/ControlTemplate&gt; &lt;/Button.Template&gt; &lt;/Button&gt; &lt;/DataTemplate&gt; &lt;/ListBox.ItemTemplate&gt; &lt;/ListBox&gt; &lt;/Grid&gt; &lt;/phone:PanoramaItem&gt; &lt;!-- END Panorama item 1 --&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload