Skip to content

Instantly share code, notes, and snippets.

@kw0006667
Created October 30, 2012 08:13
Show Gist options
  • Save kw0006667/3978914 to your computer and use it in GitHub Desktop.
Save kw0006667/3978914 to your computer and use it in GitHub Desktop.
新增 ListView 物件到頁面中
<Page
x:Class="DataSource.MainPage"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:local="using:DataSource"
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
mc:Ignorable="d">
<Grid Background="{StaticResource ApplicationPageBackgroundThemeBrush}">
<ListView x:Name="MyListViewitems">
</ListView>
</Grid>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment