Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. <ListView x:Name="List1" ItemsSource="{x:Bind ProductViewModel.Produts}">
  2. <ListView.ItemTemplate>
  3. <DataTemplate x:DataType="list:Product">
  4. <StackPanel>
  5. <TextBlock Name="name" Text="{x:Bind Nome, Mode=TwoWay}" Margin="100,10,10,10"/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement