Guest User

Untitled

a guest
Dec 13th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <Grid x:Name="LayoutRoot">
  2. <ItemsControl ItemsSource="{Binding Serials.Serials}">
  3. <ItemsControl.Template>
  4. <ControlTemplate>
  5. <WrapPanel IsItemsHost="True" />
  6. </ControlTemplate>
  7. </ItemsControl.Template>
  8. <ItemsControl.ItemTemplate>
  9. <DataTemplate>
  10. <ContentPresenter /> <!--[ Тут необходимо как-то установить конвертер catel:ViewModelToViewConverter ]-->
  11. </DataTemplate>
  12. </ItemsControl.ItemTemplate>
  13. </ItemsControl>
  14. </Grid>
Add Comment
Please, Sign In to add comment