Note that there are some explanatory texts on larger screens.

plurals
  1. POWrap panel: not able to show multiple buttons
    text
    copied!<p>I am not able to see all the three buttons.Only first button is visible.Following is the code:</p> <pre><code> &lt;Grid x:Name="LayoutRoot" Background="Transparent"&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;Image Name="Title_image" Stretch="Uniform" Source="Title.png" Margin="0,0,0,60" Grid.Row="1" Visibility="Visible" /&gt; &lt;!--ContentPanel - place additional content here--&gt; &lt;toolkit:WrapPanel Name="empty" Orientation="Horizontal" Grid.Row="1" &gt; &lt;Button Margin="0,695,336,-13" Click="On_PhotoClick" Height="83" Width="124"&gt; &lt;StackPanel Orientation="Vertical"&gt; &lt;Image Source="ic_right.png" Height="23" Width="53" /&gt; &lt;TextBlock Text=" Photo" Height="27" FontSize="17" Width="67" /&gt; &lt;/StackPanel&gt; &lt;/Button&gt; &lt;Button Margin="179,702,170,-13" BorderBrush="#FF867F7F" Background="#009A8E8E" &gt; &lt;StackPanel Orientation="Vertical"&gt; &lt;Image Source="icon_list_a.png" /&gt; &lt;TextBlock Text=" List" Height="33" FontSize="20" /&gt; &lt;/StackPanel&gt; &lt;/Button&gt; &lt;Button Margin="367,702,-12,-13" &gt; &lt;StackPanel Orientation="Vertical"&gt; &lt;Image Source="icon_list_a.png" /&gt; &lt;TextBlock Text="Information" Height="33" FontSize="20"/&gt; &lt;/StackPanel&gt; &lt;/Button&gt; &lt;/toolkit:WrapPanel&gt; &lt;/Grid&gt; </code></pre> <p>Can some one suggest what could be the problem</p>
 

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