Hide vertical scroll in composer page
This commit is contained in:
@@ -179,6 +179,7 @@
|
||||
Margin="0,6"
|
||||
VerticalAlignment="Top"
|
||||
VerticalScrollMode="Disabled"
|
||||
VerticalScrollBarVisibility="Hidden"
|
||||
HorizontalScrollBarVisibility="Hidden"
|
||||
HorizontalScrollMode="Enabled">
|
||||
<Grid Margin="16,0,16,20" Padding="8,0">
|
||||
@@ -603,7 +604,8 @@
|
||||
Text="{x:Bind ViewModel.Subject, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" />
|
||||
|
||||
<!-- Attachments -->
|
||||
<ListView x:Name="AttachmentsListView"
|
||||
<ListView
|
||||
x:Name="AttachmentsListView"
|
||||
Grid.Row="6"
|
||||
Grid.ColumnSpan="2"
|
||||
x:Load="{x:Bind helpers:XamlHelpers.CountToBooleanConverter(ViewModel.IncludedAttachments.Count), Mode=OneWay}"
|
||||
|
||||
Reference in New Issue
Block a user