Skip to content

Instantly share code, notes, and snippets.

@rdelrosario
Last active January 20, 2021 19:51
Show Gist options
  • Select an option

  • Save rdelrosario/7ec969fe1beca5e9c912e9bdf4f6c263 to your computer and use it in GitHub Desktop.

Select an option

Save rdelrosario/7ec969fe1beca5e9c912e9bdf4f6c263 to your computer and use it in GitHub Desktop.
<ListView ItemsSource="{Binding Restaurants}">
<ListView.ItemTemplate>
<DataTemplate x:DataType="local:Restaurant">
<TextCell Text="{Binding Name}"
Detail="{Binding Type}"/>
</DataTemplate>
</ListView.ItemTemplate>
</ListView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment