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