Fixing too many recipients blocking the mail rendering issue.
This commit is contained in:
@@ -220,7 +220,11 @@
|
||||
</CommandBar.Content>
|
||||
</CommandBar>
|
||||
|
||||
<Grid Grid.Row="2" Margin="5,0">
|
||||
<ScrollViewer
|
||||
Grid.Row="2"
|
||||
MaxHeight="150"
|
||||
Margin="5,0">
|
||||
<Grid RowSpacing="4">
|
||||
<Grid.RowDefinitions>
|
||||
<RowDefinition Height="Auto" />
|
||||
<RowDefinition Height="Auto" />
|
||||
@@ -298,6 +302,7 @@
|
||||
</ItemsControl>
|
||||
</Grid>
|
||||
</Grid>
|
||||
</ScrollViewer>
|
||||
|
||||
<!-- Attachments -->
|
||||
<Grid Grid.Row="3">
|
||||
|
||||
Reference in New Issue
Block a user