Fixing too many recipients blocking the mail rendering issue.

This commit is contained in:
Burak Kaan Köse
2024-09-27 01:14:37 +02:00
parent 939b395dcd
commit 11ab579de9

View File

@@ -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">