Skip to content

Commit

Permalink
Fixed list view item source.
Browse files Browse the repository at this point in the history
  • Loading branch information
varyamereon committed May 7, 2018
1 parent 90cd497 commit aa391b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WorkflowTest/Views/SecondPagePage.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
Margin="{StaticResource MediumLeftRightMargin}">
<Grid Background="{ThemeResource SystemControlPageBackgroundChromeLowBrush}">

<ListView ItemsSource="{Binding ArtistsCollection}"/>
<ListView ItemsSource="{Binding Artists}"/>

</Grid>
</Grid>
Expand Down

0 comments on commit aa391b2

Please sign in to comment.