|
|
|
|
@ -6,7 +6,8 @@
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
<RowDefinition Height="2*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<RowDefinition Height="*"/>
|
|
|
|
|
</Grid.RowDefinitions>
|
|
|
|
|
<Grid.ColumnDefinitions>
|
|
|
|
|
<ColumnDefinition Width="2*"/>
|
|
|
|
|
<ColumnDefinition Width="4*"/>
|
|
|
|
|
@ -15,10 +16,10 @@
|
|
|
|
|
<ColumnDefinition Width="*"/>
|
|
|
|
|
</Grid.ColumnDefinitions>
|
|
|
|
|
|
|
|
|
|
<!--Recepient-->
|
|
|
|
|
<!--Recepient--><!--
|
|
|
|
|
<Grid Grid.Row="0" Grid.Column="0" Height="Auto">
|
|
|
|
|
<DataGrid x:Name="Recipient" Margin="10,5,10,5" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>-->
|
|
|
|
|
|
|
|
|
|
<!--QuoteDetails-->
|
|
|
|
|
<Grid Grid.Row="1" Grid.Column="0" Height="Auto">
|
|
|
|
|
@ -88,20 +89,17 @@
|
|
|
|
|
x:Name="LineItemsVM"
|
|
|
|
|
AutoGenerateColumns="True"
|
|
|
|
|
CanUserAddRows="False"
|
|
|
|
|
MinHeight="300"
|
|
|
|
|
MaxHeight="600"
|
|
|
|
|
MinHeight="100"
|
|
|
|
|
MaxHeight="400"
|
|
|
|
|
Margin="10,5,10,5"
|
|
|
|
|
AlternatingRowBackground="LightGray"
|
|
|
|
|
SelectedItem="SelectedLineItemVM"
|
|
|
|
|
/>
|
|
|
|
|
</Grid>
|
|
|
|
|
|
|
|
|
|
<!--SelectedLineItem-->
|
|
|
|
|
<!--<DataGrid x:Name="LineItemsViewModel1"
|
|
|
|
|
AutoGenerateColumns="True"
|
|
|
|
|
CanUserAddRows="False"
|
|
|
|
|
Height="300"
|
|
|
|
|
Width ="1280"
|
|
|
|
|
Margin="10,5,10,5"
|
|
|
|
|
AlternatingRowBackground="LightGray"/>-->
|
|
|
|
|
|
|
|
|
|
<!--CustomDescription-->
|
|
|
|
|
<Grid Grid.Row="3" Grid.ColumnSpan="5" Height="Auto">
|
|
|
|
|
<TextBlock Name="CustomDescription" Text="{Binding Path=SelectedLineItemVM.CustomDescriptionVM.Heading}" />
|
|
|
|
|
</Grid>
|
|
|
|
|
</Grid>
|
|
|
|
|
</UserControl>
|