※リストが表示されない場合
AddBlockなどの広告ブロックツールがONになっているとリストなどが表示されない場合があります。これらのツールをOFFにしてみてください。
<Page x:Class="MyWin8App.MainPage" xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:local="using:MyWin8App" xmlns:d="http://schemas.microsoft.com/expression/blend/2008" xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" mc:Ignorable="d"> <Grid Background="{ThemeResource ApplicationPageBackgroundThemeBrush}"> <TextBlock HorizontalAlignment="Left" Margin="91,59,0,0" TextWrapping="Wrap" Text="Welcome to Windows 8 App!" VerticalAlignment="Top" FontSize="36"/> <TextBox HorizontalAlignment="Left" Height="44" Margin="82,145,0,0" TextWrapping="Wrap" Text="TextBox" VerticalAlignment="Top" Width="671" FontSize="24"/> <Button Content="Click" HorizontalAlignment="Left" Height="67" Margin="82,249,0,0" VerticalAlignment="Top" Width="288" FontSize="16"/> </Grid> </Page>
次へ >> |