Advertisement
MrModest

Untitled

Jun 27th, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.38 KB | None | 0 0
  1. <ListView Grid.Row="1" Grid.Column="0"
  2.          ItemsSource="{Binding SearchResult}"
  3.          ScrollViewer.HorizontalScrollBarVisibility="Disabled" ScrollViewer.CanContentScroll="False"
  4.          Background="#FFF8F8F8">
  5.     <ListView.ItemTemplate>
  6.         <DataTemplate>
  7.             <controls:MangaShortInfoControl />
  8.         </DataTemplate>
  9.     </ListView.ItemTemplate>
  10. </ListView>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement