Note that there are some explanatory texts on larger screens.

plurals
  1. POLonglistselector Has a Capacity in Win Phone 8?
    primarykey
    data
    text
    <p>I am working on development of windows phone 8 project. This project about reading articles of news.</p> <p>On this project, I got one progressbar and I bind the article,image and headline text of news into LongListSelectorTemplate like ;</p> <pre><code>&lt;Grid x:Name="LayoutRoot" Background="SeaShell"&gt; &lt;Grid.RowDefinitions&gt; &lt;RowDefinition Height="Auto"/&gt; &lt;RowDefinition Height="*"/&gt; &lt;/Grid.RowDefinitions&gt; &lt;!--TitlePanel contains the name of the application and page title--&gt; &lt;Grid&gt; &lt;ProgressBar Foreground="Green" x:Name="progressBar1" Visibility="Collapsed" IsIndeterminate="True" Height="14" HorizontalAlignment="Left" Margin="10,0,0,740" VerticalAlignment="Bottom" Width="460" Grid.Row="0" /&gt; &lt;/Grid&gt; &lt;Grid Grid.Row="1" Margin="0,10,0,0"&gt; &lt;phone:LongListSelector Name="DetailLongListSelector" Margin="0,10,0,0"&gt; &lt;phone:LongListSelector.ItemTemplate&gt; &lt;DataTemplate&gt; &lt;StackPanel Height="Auto" Margin="10"&gt; &lt;TextBlock x:Name="textBlock1" Text="{Binding Path=ArticleTitle}" Margin="0,0,0,0" TextWrapping="Wrap" Height="Auto" Width="Auto" Style="{StaticResource PhoneTextExtraLargeStyle}" Foreground="Black"/&gt; &lt;Image x:Name="pic1" Source="{Binding Path=Image}" Margin="0,0,0,0" Height="Auto" Width="Auto"/&gt; &lt;TextBlock x:Name="textBlock2" Text="{Binding Path=ArticleTextForMobile}" Margin="0,0,0,0" TextWrapping="Wrap"Width="Auto" Height="Auto" Foreground="Black"/&gt; &lt;/StackPanel&gt; &lt;/DataTemplate&gt; &lt;/phone:LongListSelector.ItemTemplate&gt; &lt;/phone:LongListSelector&gt; &lt;/Grid&gt; &lt;/Grid&gt; </code></pre> <p>I select the article from mainpage and navigating here, I get everything OK here. But when I start to scroll down(especially for long text) The all text disappears and screen goes white.</p> <p>What is the reason for this ? The articletextformobile does not squeeze. It disappears..</p> <p>Please help about it.. I need advices. Thanks.</p>
    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.
 

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