Skip to content

Instantly share code, notes, and snippets.

@Sa1Gur
Created August 17, 2019 00:07
Show Gist options
  • Save Sa1Gur/9ab27f7cd917f28d0536ab5d95cd3dd3 to your computer and use it in GitHub Desktop.
Save Sa1Gur/9ab27f7cd917f28d0536ab5d95cd3dd3 to your computer and use it in GitHub Desktop.
<CollectionView ItemsSource="{Binding TeamMateSquad}">
<CollectionView.ItemTemplate>
<DataTemplate>
<in2teamssplitter:NameAndRating Name="{Binding Name, Mode=TwoWay}" Level="{Binding Level}"/>
</DataTemplate>
</CollectionView.ItemTemplate>
</CollectionView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment