<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<RowDefinition Height="auto"/>
<StackPanel Grid.Row="0" Orientation="Horizontal">
<Label HorizontalAlignment="Left" Content="Template:"/>
<ComboBox HorizontalAlignment="Center" Width="200" Margin="3"/>
<Line Grid.Row="1" X1="0" Y1="5" X2="800" Y2="5" Stroke="DarkGray" StrokeThickness="1" Margin="3"/>
<Grid Grid.Row="2" VerticalAlignment="Stretch">
</Grid.ColumnDefinitions>
<Label Grid.Row="0" Grid.Column="0" Content="Exchanges & Segments:"/>
<ListView Grid.Row="1" Grid.Column="0" SelectionMode="Multiple" Height="500" Margin="10"/>
<Label Grid.Row="0" Grid.Column="1" Content="Privilege Items:"/>
<ListView Grid.Row="1" Grid.Column="1" SelectionMode="Multiple" Height="500" Margin="10"/>
<StackPanel Grid.Row="2" Grid.Column="1" Orientation="Horizontal" HorizontalAlignment="Right" Margin="3">
<Button Content="Select All" Margin="3" Width="70" Height="30"/>
<Button Content="Clear All" Margin="3" Width="70" Height="30"/>
<Line Grid.Row="3" X1="0" Y1="5" X2="800" Y2="5" Stroke="DarkGray" StrokeThickness="1" Margin="3"/>
<StackPanel Grid.Row="4" Orientation="Horizontal" HorizontalAlignment="Right" Margin="3">
<Button Content="Modify" Margin="3" Width="70" Height="30"/>
<Button Content="Cancel" Margin="3" Width="70" Height="30"/>