|
@@ -13,7 +13,12 @@
|
|
|
<RowDefinition Height="auto"></RowDefinition>
|
|
|
<RowDefinition Height="*"></RowDefinition>
|
|
|
</Grid.RowDefinitions>
|
|
|
- <ListView Grid.Row="1" Name="LViewTours">
|
|
|
+ <ListView Grid.Row="1" Name="LViewTours" ScrollViewer.HorizontalScrollBarVisibility="Disabled" HorizontalAlignment="Center">
|
|
|
+ <ListView.ItemsPanel>
|
|
|
+ <ItemsPanelTemplate>
|
|
|
+ <WrapPanel Orientation="Horizontal" HorizontalAlignment="Center"></WrapPanel>
|
|
|
+ </ItemsPanelTemplate>
|
|
|
+ </ListView.ItemsPanel>
|
|
|
<ListView.ItemTemplate>
|
|
|
<DataTemplate>
|
|
|
<Grid Margin="20" Width="400">
|