|
|
@ -61,7 +61,7 @@ |
|
|
|
</Grid.RowDefinitions> |
|
|
|
|
|
|
|
|
|
|
|
<Grid Grid.Row="0" VerticalAlignment="Center"> |
|
|
|
<Grid Grid.Row="0" VerticalAlignment="Center" Height="150"> |
|
|
|
<Grid.ColumnDefinitions> |
|
|
|
<ColumnDefinition Width="370"/> |
|
|
|
<ColumnDefinition Width="auto"/> |
|
|
@ -69,7 +69,7 @@ |
|
|
|
|
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<c:BAsyncImage UrlSource="{Binding Logo}" |
|
|
|
Width="150" Height="150" |
|
|
|
Width="150" Height="150" Stretch="Fill" |
|
|
|
VerticalAlignment="Top" Margin="25 0 0 0" |
|
|
|
Cursor="Hand"> |
|
|
|
<b:Interaction.Triggers> |
|
|
@ -127,7 +127,9 @@ |
|
|
|
</StackPanel> |
|
|
|
<Grid Grid.Column="1"> |
|
|
|
<ListBox x:Name="listbox_order" HorizontalAlignment="Left" |
|
|
|
Height="150" Width="900" Margin="0" ScrollViewer.HorizontalScrollBarVisibility="Auto" |
|
|
|
Height="155" Width="900" Margin="0" ScrollViewer.HorizontalScrollBarVisibility="Auto" |
|
|
|
|
|
|
|
ScrollViewer.VerticalScrollBarVisibility="Hidden" |
|
|
|
ItemContainerStyle="{StaticResource NoBgListBoxItemStyle}" |
|
|
|
ItemsSource="{Binding PurchaseSkuList,Mode=TwoWay}" |
|
|
|
BorderBrush="{StaticResource Border.Brush}" |
|
|
@ -135,7 +137,7 @@ |
|
|
|
Foreground="{StaticResource Text.Color}"> |
|
|
|
<ListBox.ItemsPanel> |
|
|
|
<ItemsPanelTemplate> |
|
|
|
<StackPanel Orientation="Horizontal" IsItemsHost="True"/> |
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Top" IsItemsHost="True"/> |
|
|
|
</ItemsPanelTemplate> |
|
|
|
</ListBox.ItemsPanel> |
|
|
|
|
|
|
@ -144,7 +146,7 @@ |
|
|
|
<DataTemplate> |
|
|
|
<Grid |
|
|
|
MinHeight="100"> |
|
|
|
<StackPanel Orientation="Horizontal"> |
|
|
|
<StackPanel Orientation="Horizontal" VerticalAlignment="Top" > |
|
|
|
<c:BAsyncImage UrlSource="{Binding Logo}" |
|
|
|
Height="150" Width="150" Stretch="Fill" |
|
|
|
VerticalAlignment="Top" Margin="25 0 0 0" |
|
|
|